summaryrefslogtreecommitdiff
path: root/Puzzle_Box/quotes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Puzzle_Box/quotes.h')
-rw-r--r--Puzzle_Box/quotes.h31
1 files changed, 14 insertions, 17 deletions
diff --git a/Puzzle_Box/quotes.h b/Puzzle_Box/quotes.h
index ea29cd2..a87427c 100644
--- a/Puzzle_Box/quotes.h
+++ b/Puzzle_Box/quotes.h
@@ -10,21 +10,18 @@ typedef struct {
static const int msgcount = 12;
static const message_t messages[] = {
- { 1, (line_pair_t []){ {"That is" , "my eye!" } } },
- { 1, (line_pair_t []){ {"Ouch!" , "" } } },
- { 1, (line_pair_t []){ {"Hey!" , "" } } },
- { 2, (line_pair_t []){ {"Stop!" , "" },
- {"Poking ", "Me!" } } },
- { 2, (line_pair_t []){ {"Great...", "now I" },
- {"can only", "see 2D" } } },
- { 3, (line_pair_t []){ {"Grrrr!" , "" },
- {"That." , "Is." },
- {"My." , "Eye!" } } },
- { 1, (line_pair_t []){ {"Ouch!" , "You Suck"} } },
- { 1, (line_pair_t []){ {"I hate" , "you..." } } },
- { 1, (line_pair_t []){ {"Abuse!" , "Abuse!" } } },
- { 1, (line_pair_t []){ {"Eye !!", "Murderer"} } },
- { 2, (line_pair_t []){ {"Its dark", "over" },
- {"there" , " >>" } } },
- { 1, (line_pair_t []){ {"OH! Ouch", "Pain!" } } }
+ { 1, (line_pair_t []){ {"Daniel!?", "Is it u?"} } },
+ { 4, (line_pair_t []){ {"Finally!", "" },
+ {"You", "Found me"},
+ {"Let's go", "on an" },
+ {"Adven-", "ture" } } },
+ { 3, (line_pair_t []){ {"We're", "almost" },
+ {"Hey!", "What's" },
+ {"Over", "There" } } },
+ { 3, (line_pair_t []){ {"That was", "fun!" },
+ {"But now", "Im tired"},
+ {"Back to", "Camp?" } } },
+ { 3, (line_pair_t []){ {"Ah,", "Campfire"},
+ {"Oh, hey,", "I got" },
+ {"You a", "gift" } } }
};