mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
57 lines
910 B
NASM
57 lines
910 B
NASM
_OakSpeechText1:
|
|
text "Hello there!"
|
|
line "Welcome to the"
|
|
next "world of #MON!"
|
|
|
|
page "My name is OAK!"
|
|
line "People call me"
|
|
next "the #MON PROF!"
|
|
prompt
|
|
|
|
_OakSpeechText2A:
|
|
text "This world is"
|
|
line "inhabited by"
|
|
next "creatures called"
|
|
next "#MON!@@"
|
|
|
|
_OakSpeechText2B:
|
|
text $51,"For some people,"
|
|
line "#MON are"
|
|
next "pets. Others use"
|
|
next "them for fights."
|
|
|
|
page "Myself..."
|
|
|
|
page "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"
|
|
next "your rival since"
|
|
next "you were a baby."
|
|
|
|
page "...Erm, what is"
|
|
line "his name again?"
|
|
prompt
|
|
|
|
_OakSpeechText3:
|
|
text $52,"!"
|
|
|
|
page "Your very own"
|
|
line "#MON legend is"
|
|
next "about to unfold!"
|
|
|
|
page "A world of dreams"
|
|
line "and adventures"
|
|
next "with #MON"
|
|
next "awaits! Let's go!"
|
|
done
|
|
|