diff options
Diffstat (limited to 'text/phone/joey_overworld.asm')
-rw-r--r-- | text/phone/joey_overworld.asm | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/text/phone/joey_overworld.asm b/text/phone/joey_overworld.asm deleted file mode 100644 index cb7c5934d..000000000 --- a/text/phone/joey_overworld.asm +++ /dev/null @@ -1,71 +0,0 @@ -JoeyAskNumber1Text: - text "Listen, can I get" - line "your phone number?" - - para "I'll ring you for" - line "some battles." - - para "I'm a rookie too, " - line "so I think it'd be" - cont "a good motivator." - done - -JoeyAskNumber2Text: - text "Can I get your" - line "phone number?" - - para "I don't want to" - line "lose against you!" - - para "We have to battle" - line "again, OK?" - done - -JoeyNumberAcceptedText: - text "I'll ring you" - line "whenever I get the" - cont "urge to battle!" - done - -JoeyNumberDeclinedText: - text "Oh, all right…" - - para "But I won't lose" - line "to you again!" - done - -JoeyPhoneFullText: - text "Huh, what? Your" - line "phone's full." - done - -JoeyRematchText: - text "I've been waiting!" - line "Let's battle now!" - done - -JoeyPackFullText: - text "Hey, wait! Your" - line "PACK is stuffed!" - - para "Well, we'll leave" - line "it till next time." - done - -JoeyRematchGiftText: - text "And yet another" - line "loss…" - - para "No doubt about" - line "it--you're tough." - - para "Being beaten this" - line "often actually" - cont "feels good now!" - - para "Here, take this. " - line "Use it to get even" - - para "tougher. That will" - line "toughen me up too!" - done |