diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
| commit | 6bfe2f42381deecf254542842d7c312d777062fc (patch) | |
| tree | 455a40e198aa136a23f3a98f8099569d2e7f9896 /text/mapPalletTown.asm | |
| parent | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff) | |
| parent | Get rid of more unnecessary labels in text.asm (diff) | |
| download | pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip | |
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'text/mapPalletTown.asm')
| -rw-r--r-- | text/mapPalletTown.asm | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/text/mapPalletTown.asm b/text/mapPalletTown.asm deleted file mode 100644 index 6ed9b755..00000000 --- a/text/mapPalletTown.asm +++ /dev/null @@ -1,44 +0,0 @@ -_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 |
