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/jose_overworld.asm
Normal file
73
text/phone/jose_overworld.asm
Normal file
@@ -0,0 +1,73 @@
|
||||
JoseAskNumber1Text:
|
||||
text "If my @"
|
||||
text_from_ram StringBuffer4
|
||||
db $0
|
||||
line "sees anything"
|
||||
|
||||
para "pretty, it goes"
|
||||
line "and gets it."
|
||||
|
||||
para "Do you like pretty"
|
||||
line "things?"
|
||||
|
||||
para "I could share if"
|
||||
line "it gets some more."
|
||||
|
||||
para "What's your phone"
|
||||
line "number? I'll call."
|
||||
|
||||
para "Don't expect a"
|
||||
line "whole lot, OK?"
|
||||
done
|
||||
|
||||
JoseAskNumber2Text:
|
||||
text "Do you like pretty"
|
||||
line "things?"
|
||||
|
||||
para "I could share if"
|
||||
line "FARFETCH'D goes"
|
||||
cont "and gets more."
|
||||
|
||||
para "What's your phone"
|
||||
line "number? I'll call."
|
||||
done
|
||||
|
||||
JoseNumberAcceptedText:
|
||||
text "I'll call you as"
|
||||
line "soon as I get"
|
||||
cont "something pretty."
|
||||
done
|
||||
|
||||
JoseNumberDeclinedText:
|
||||
text "You sure? Well,"
|
||||
line "tell me if you"
|
||||
cont "change your mind."
|
||||
done
|
||||
|
||||
JosePhoneFullText:
|
||||
text "Huh? Your phone"
|
||||
line "list is full."
|
||||
done
|
||||
|
||||
JoseRematchText:
|
||||
text "Tweet! Tweeeet!"
|
||||
|
||||
para "Kept me waiting!"
|
||||
line "Go, FARFETCH'D!"
|
||||
done
|
||||
|
||||
JoseGiftText:
|
||||
text "Kept me waiting!"
|
||||
line "Look, this is it!"
|
||||
|
||||
para "See? Isn't it some"
|
||||
line "kind of pretty?"
|
||||
done
|
||||
|
||||
JosePackFullText:
|
||||
text "Huh? You don't"
|
||||
line "have anywhere to"
|
||||
|
||||
para "put this. Better"
|
||||
line "come back for it."
|
||||
done
|
||||
Reference in New Issue
Block a user