diff options
Diffstat (limited to 'text/phone/alan_overworld.asm')
-rw-r--r-- | text/phone/alan_overworld.asm | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/text/phone/alan_overworld.asm b/text/phone/alan_overworld.asm deleted file mode 100644 index e1246037a..000000000 --- a/text/phone/alan_overworld.asm +++ /dev/null @@ -1,71 +0,0 @@ -AlanAskNumber1Text: - text "Reading textbooks" - line "is worthwhile" - cont "every so often." - - para "When I'm reading" - line "and walking, I" - cont "have to look down." - - para "So I notice items" - line "on the ground." - - para "Next time I find" - line "something, I'll" - cont "give it to you." - - para "May I have your" - line "phone number?" - done - -AlanAskNumber2Text: - text "If I find some-" - line "thing, it's yours." - - para "So may I have your" - line "phone number?" - done - -AlanNumberAcceptedText: - text "I'll call you as" - line "soon as I find" - - para "something. You can" - line "count on it!" - done - -AlanNumberDeclinedText: - text "Oh… I thought it" - line "would be a good" - - para "break to call you" - line "when I'm studying…" - done - -AlanPhoneFullText: - text "There's no room" - line "for my number." - done - -AlanRematchText: - text "I waited around" - line "for you!" - - para "I'm thoroughly" - line "prepared today!" - done - -AlanGiftText: - text "This, this! This" - line "is yours! Ta-da!" - done - -AlanPackFullText: - text "Whoops!" - - para "You can't carry" - line "any more items!" - - para "I'll hold it until" - line "next time." - done |