pokered/text/oakspeech.asm

57 lines
916 B
NASM
Raw Normal View History

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