kep-hack/text/oakspeech.asm
yenatch fea5be4699 rename and add some text macros
cont replaces next, and next becomes a generic newline.
para replaces page (now used for pokedex entries).
dex ends a pokedex entry.
2014-01-22 00:55:41 -05:00

57 lines
910 B
NASM

_OakSpeechText1:
text "Hello there!"
line "Welcome to the"
cont "world of #MON!"
para "My name is OAK!"
line "People call me"
cont "the #MON PROF!"
prompt
_OakSpeechText2A:
text "This world is"
line "inhabited by"
cont "creatures called"
cont "#MON!@@"
_OakSpeechText2B:
text $51,"For some people,"
line "#MON are"
cont "pets. Others use"
cont "them for fights."
para "Myself..."
para "I study #MON"
line "as a profession."
prompt
_IntroducePlayerText:
text "First, what is"
line "your name?"
prompt
_IntroduceRivalText:
text "This is my grand-"
line "son. He's been"
cont "your rival since"
cont "you were a baby."
para "...Erm, what is"
line "his name again?"
prompt
_OakSpeechText3:
text $52,"!"
para "Your very own"
line "#MON legend is"
cont "about to unfold!"
para "A world of dreams"
line "and adventures"
cont "with #MON"
cont "awaits! Let's go!"
done