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/mapPalletTown.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/mapPalletTown.asm')
| -rw-r--r-- | text/mapPalletTown.asm | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/text/mapPalletTown.asm b/text/mapPalletTown.asm new file mode 100644 index 00000000..6ed9b755 --- /dev/null +++ b/text/mapPalletTown.asm @@ -0,0 +1,44 @@ +_OakAppearsText: + db 0,"OAK: Hey! Wait!",$4F + db "Don't go out!@@" + +_OakWalksUpText: + db 0,"OAK: It's unsafe!",$4F + db "Wild #MON live",$55 + db "in tall grass!",$51 + db "You need your own",$4F + db "#MON for your",$55 + db "protection.",$55 + db "I know!",$51 + db "Here, come with",$4F + db "me!",$57 + +_PalletTownText2: + db 0,"I",$E5," raising",$4F + db "#MON too!",$51 + db "When they get",$4F + db "strong, they can",$55 + db "protect me!",$57 + +_PalletTownText3: + db 0,"Technology is",$4F + db "incredible!",$51 + db "You can now store",$4F + db "and recall items",$55 + db "and #MON as",$55 + db "data via PC!",$57 + +_PalletTownText4: + db 0,"OAK #MON",$4F + db "RESEARCH LAB",$57 + +_PalletTownText5: + db 0,"PALLET TOWN",$4F + db "Shades of your",$55 + db "journey await!",$57 + +_PalletTownText6: + db 0,$52,"'s house ",$57 + +_PalletTownText7: + db 0,$53,"'s house ",$57 |
