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/mapRedsHouse1F.asm | |
| parent | Remove TX_NULL; it is obsoleted by db "@" (diff) | |
| download | pokeyellow-18bf34ec0b5731b46fb0f1533b5c42e85dc18f79.tar.gz pokeyellow-18bf34ec0b5731b46fb0f1533b5c42e85dc18f79.tar.xz pokeyellow-18bf34ec0b5731b46fb0f1533b5c42e85dc18f79.zip | |
Split large chunks of text into separate files, and improve Makefile.
hg-commit-id: 59e6e303019d
Diffstat (limited to 'text/mapRedsHouse1F.asm')
| -rw-r--r-- | text/mapRedsHouse1F.asm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/text/mapRedsHouse1F.asm b/text/mapRedsHouse1F.asm new file mode 100644 index 00000000..69bed285 --- /dev/null +++ b/text/mapRedsHouse1F.asm @@ -0,0 +1,30 @@ +_MomWakeUpText: + db 0,"MOM: Right.",$4F + db "All boys leave",$55 + db "home some day.",$55 + db "It said so on TV.",$51 + db "PROF.OAK, next",$4F + db "door, is looking",$55 + db "for you.",$57 + +_MomHealText1: + db 0,"MOM: ",$52,"!",$4F + db "You should take a",$55 + db "quick rest.",$58 + +_MomHealText2: + db 0,"MOM: Oh good!",$4F + db "You and your",$55 + db "#MON are",$55 + db "looking great!",$55 + db "Take care now!",$57 + +_StandByMeText: + db 0,"There's a movie",$4F + db "on TV. Four boys",$55 + db "are walking on",$55 + db "railroad tracks.",$51 + db "I better go too.",$57 + +_TVWrongSideText: + db 0,"Oops, wrong side.",$57 |
