diff options
Diffstat (limited to 'text/phone/wade_overworld.asm')
-rw-r--r-- | text/phone/wade_overworld.asm | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/text/phone/wade_overworld.asm b/text/phone/wade_overworld.asm deleted file mode 100644 index 7b0b96009..000000000 --- a/text/phone/wade_overworld.asm +++ /dev/null @@ -1,70 +0,0 @@ -WadeAskNumber1Text: - text "You're awesome!" - line "I like you!" - - para "I look for #MON" - line "here every day." - - para "When I'm in the" - line "grass, I find all" - cont "kinds of BERRIES." - - para "If you'd like," - line "I'll share some." - - para "Could I get your" - line "phone number?" - done - -WadeAskNumber2Text: - text "When I'm in the" - line "grass, I find all" - cont "kinds of BERRIES." - - para "If you'd like," - line "I'll share some." - - para "Could I get your" - line "phone number?" - done - -WadeNumberAcceptedText: - text "You'll hear from" - line "me as soon as I" - - para "find anything that" - line "you might like." - done - -WadeNumberDeclinedText: - text "Oh well. Don't be" - line "shy if you want to" - cont "get my number." - done - -WadePhoneFullText: - text "Your phone list" - line "has no room for my" - cont "number." - done - -WadeRematchText: - text "I was waiting for" - line "you. Let's battle!" - done - -WadeGiftText: - text "Good to see you!" - line "See? This is what" - - para "I found." - line "It's for you!" - done - -WadePackFullText: - text "Oops, your PACK's" - line "full. Too bad." - - para "You should come" - line "back for it later." - done |