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:
55
text/phone/jack_overworld.asm
Normal file
55
text/phone/jack_overworld.asm
Normal file
@@ -0,0 +1,55 @@
|
||||
JackAskNumber1Text:
|
||||
text "Your knowledge is"
|
||||
line "impressive!"
|
||||
|
||||
para "I like that!"
|
||||
|
||||
para "Want to trade"
|
||||
line "battle tips?"
|
||||
|
||||
para "I'll phone if I"
|
||||
line "get good info."
|
||||
|
||||
para "Would you tell me"
|
||||
line "your number?"
|
||||
done
|
||||
|
||||
JackAskNumber2Text:
|
||||
text "Want to trade"
|
||||
line "battle tips?"
|
||||
|
||||
para "I'll phone if I"
|
||||
line "get good info."
|
||||
|
||||
para "Would you tell me"
|
||||
line "your number?"
|
||||
done
|
||||
|
||||
JackNumberAcceptedText:
|
||||
text "I'll call you if I"
|
||||
line "hear anything!"
|
||||
done
|
||||
|
||||
JackNumberDeclinedText:
|
||||
text "Oh, OK. Too bad…"
|
||||
|
||||
para "Well, if you ever"
|
||||
line "want my number,"
|
||||
cont "come see me, OK?"
|
||||
done
|
||||
|
||||
JackPhoneFullText:
|
||||
text "Oh?"
|
||||
line "Your phone's full."
|
||||
|
||||
para "It can't register"
|
||||
line "my number."
|
||||
done
|
||||
|
||||
JackRematchText:
|
||||
text "Hi, I was waiting"
|
||||
line "for you to show!"
|
||||
|
||||
para "Let's get started"
|
||||
line "right away!"
|
||||
done
|
||||
Reference in New Issue
Block a user