You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More std enums.
This commit is contained in:
73
text/phone/vance_overworld.asm
Normal file
73
text/phone/vance_overworld.asm
Normal file
@@ -0,0 +1,73 @@
|
||||
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
|
||||
Reference in New Issue
Block a user