diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-12-26 18:40:25 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-12-26 18:40:25 -0700 |
commit | 18bf34ec0b5731b46fb0f1533b5c42e85dc18f79 (patch) | |
tree | 3383f82004009308df7686bb3be1c59bbc9fc691 /text/oakspeech.asm | |
parent | d5c498a7ec074aaef1a7074ec8cbd254d100826d (diff) |
Split large chunks of text into separate files, and improve Makefile.
hg-commit-id: 59e6e303019d
Diffstat (limited to 'text/oakspeech.asm')
-rw-r--r-- | text/oakspeech.asm | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/text/oakspeech.asm b/text/oakspeech.asm new file mode 100644 index 00000000..f6b8e530 --- /dev/null +++ b/text/oakspeech.asm @@ -0,0 +1,44 @@ +_OakSpeechText1: + db 0,"Hello there!",$4F + db "Welcome to the",$55 + db "world of #MON!",$51 + db "My name is OAK!",$4F + db "People call me",$55 + db "the #MON PROF!",$58 + +_OakSpeechText2A: + db 0,"This world is",$4F + db "inhabited by",$55 + db "creatures called",$55 + db "#MON!@@" + +_OakSpeechText2B: + db 0,$51,"For some people,",$4F + db "#MON are",$55 + db "pets. Others use",$55 + db "them for fights.",$51 + db "Myself...",$51 + db "I study #MON",$4F + db "as a profession.",$58 + +_IntroducePlayerText: + db 0,"First, what is",$4F + db "your name?",$58 + +_IntroduceRivalText: + db 0,"This is my grand-",$4F + db "son. He's been",$55 + db "your rival since",$55 + db "you were a baby.",$51 + db "...Erm, what is",$4F + db "his name again?",$58 + +_OakSpeechText3: + db 0,$52,"!",$51 + db "Your very own",$4F + db "#MON legend is",$55 + db "about to unfold!",$51 + db "A world of dreams",$4F + db "and adventures",$55 + db "with #MON",$55 + db "awaits! Let's go!",$57 |