diff options
Diffstat (limited to 'text/phone/ralph_overworld.asm')
-rw-r--r-- | text/phone/ralph_overworld.asm | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/text/phone/ralph_overworld.asm b/text/phone/ralph_overworld.asm deleted file mode 100644 index 6c737cdf1..000000000 --- a/text/phone/ralph_overworld.asm +++ /dev/null @@ -1,58 +0,0 @@ -RalphAskNumber1Text: - text "Don't young people" - line "fish anymore?" - - para "I've seen rare" - line "#MON while I've" - cont "been fishing…" - - para "You young people" - line "like that, right?" - - para "Want to trade" - line "phone numbers?" - - para "I'll let you know" - line "if I see anything." - done - -RalphAskNumber2Text: - text "Hm? So you do want" - line "me to phone if I" - cont "see rare #MON?" - done - -RalphNumberAcceptedText: - text "Yep, phone if I" - line "see rare #MON." - - para "Don't worry, I" - line "won't forget!" - done - -RalphNumberDeclinedText: - text "Oh…" - line "My own kids won't" - - para "even give me their" - line "phone numbers…" - - para "Is that how young" - line "people are today?" - done - -RalphPhoneFullText: - text "Your phone's" - line "memory is full." - - para "It seems that" - line "young people all" - cont "have #GEAR." - done - -RalphRematchText: - text "Hey, kid!" - - para "No losing for me" - line "this day!" - done |