diff options
Diffstat (limited to 'text/phone/chad_overworld.asm')
-rw-r--r-- | text/phone/chad_overworld.asm | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/text/phone/chad_overworld.asm b/text/phone/chad_overworld.asm deleted file mode 100644 index 883baa21c..000000000 --- a/text/phone/chad_overworld.asm +++ /dev/null @@ -1,56 +0,0 @@ -ChadAskNumber1Text: - text "Huh? Is that thing" - line "a #DEX? Have" - cont "you met PROF.OAK?" - - para "Huh? You have? " - line "That's way cool!" - - para "I have a dream of" - line "becoming a #MON" - - para "researcher like" - line "PROF.OAK." - - para "May I please have" - line "your phone number?" - - para "We should chat" - line "about PROF.OAK." - - para "I'm sure it will" - line "be loads of fun!" - done - -ChadAskNumber2Text: - text "May I please have" - line "your phone number?" - - para "We should chat" - line "about PROF.OAK." - - para "I'm sure it will" - line "be loads of fun!" - done - -ChadNumberAcceptedText: - text "You must listen to" - line "PROF.OAK'S #MON" - cont "TALK, right?" - done - -ChadNumberDeclinedText: - text "Oh… I wish I had a" - line "chance to meet" - cont "PROF.OAK…" - done - -ChadPhoneFullText: - text "Your phone list is" - line "completely full!" - done - -ChadRematchText: - text "I've been waiting!" - line "Let's battle now!" - done |