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/tully_overworld.asm
Normal file
73
text/phone/tully_overworld.asm
Normal file
@@ -0,0 +1,73 @@
|
||||
TullyAskNumber1Text:
|
||||
text "Hey, you're trying"
|
||||
line "to be the ultimate"
|
||||
|
||||
para "trainer too? Then"
|
||||
line "we're comrades!"
|
||||
|
||||
para "If I find any more"
|
||||
line "items by the"
|
||||
|
||||
para "water, I'll give"
|
||||
line "you some."
|
||||
|
||||
para "Just give me your"
|
||||
line "phone number."
|
||||
done
|
||||
|
||||
TullyAskNumber2Text:
|
||||
text "If I find any more"
|
||||
line "items by the"
|
||||
|
||||
para "water, I'll give"
|
||||
line "you some."
|
||||
|
||||
para "Just give me your"
|
||||
line "phone number."
|
||||
done
|
||||
|
||||
TullyNumberAcceptedText:
|
||||
text "You'll be hearing"
|
||||
line "from me if I find"
|
||||
cont "something good."
|
||||
done
|
||||
|
||||
TullyNumberDeclinedText:
|
||||
text "Is that so? Then"
|
||||
line "I'll just have to"
|
||||
cont "use them myself."
|
||||
done
|
||||
|
||||
TullyPhoneFullText:
|
||||
text "Your phone list is"
|
||||
line "all filled up."
|
||||
|
||||
para "Come back if you"
|
||||
line "make room for me."
|
||||
done
|
||||
|
||||
TullyRematchText:
|
||||
text "I've been doing"
|
||||
line "more than just"
|
||||
|
||||
para "fishing since we"
|
||||
line "last met."
|
||||
|
||||
para "You're in for a"
|
||||
line "big surprise!"
|
||||
done
|
||||
|
||||
TullyGiftText:
|
||||
text "Hey, there you"
|
||||
line "are!"
|
||||
|
||||
para "Here's a gift, as"
|
||||
line "promised!"
|
||||
done
|
||||
|
||||
TullyPackFullText:
|
||||
text "Your PACK's full?"
|
||||
|
||||
para "Come back later--"
|
||||
line "that'll do it."
|
||||
done
|
||||
Reference in New Issue
Block a user