diff options
Diffstat (limited to 'text/phone/vance_overworld.asm')
-rw-r--r-- | text/phone/vance_overworld.asm | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/text/phone/vance_overworld.asm b/text/phone/vance_overworld.asm deleted file mode 100644 index b01907d36..000000000 --- a/text/phone/vance_overworld.asm +++ /dev/null @@ -1,73 +0,0 @@ -VanceAskNumber1Text: - text "You know, you are" - line "really strong." - - para "But I don't want" - line "to just slink off…" - - para "I know! Could I" - line "get your number?" - - para "Let's meet up for" - line "more battles!" - done - -VanceAskNumber2Text: - text "I want to battle" - line "tough trainers as" - cont "often as I can!" - - para "Could I get your" - line "number?" - - para "Let's meet up for" - line "more battles!" - done - -VanceNumberAcceptedText: - text "Don't forget to" - line "come see me when I" - cont "challenge you!" - done - -VanceNumberDeclinedText: - text "A bird-user friend" - line "isn't a bad thing" - cont "to have, I think…" - - para "Won't you" - line "reconsider?" - done - -VancePhoneFullText: - text "Your phone's out" - line "of memory. Delete" - cont "a number for me!" - done - -VanceRematchText: - text "Am I happy to see" - line "you! I won't lose!" - done - -VancePackFullText: - text "Oh, too bad. You" - line "don't have room." - - para "I'll give it to" - line "you next time!" - done - -VanceRematchGiftText: - text "You are really," - line "really strong!" - - para "Thanks for taking" - line "me on so often--I" - - para "learned a whole" - line "lot from you." - - para "I know! This will" - line "do as my thanks!" - done |