diff options
author | yenatch <yenatch@gmail.com> | 2014-01-22 13:33:58 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-22 17:38:14 -0500 |
commit | b452726f9acc5a0923b80d43e74b1d372dfb393c (patch) | |
tree | 6493989e031be35ba1c90a693de068c382732586 /text/mapPalletTown.asm | |
parent | 32de715f5fd1b0ab041f1078ef7d09b47182be57 (diff) |
rename existing map text files and put them in text/maps/
Diffstat (limited to 'text/mapPalletTown.asm')
-rw-r--r-- | text/mapPalletTown.asm | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/text/mapPalletTown.asm b/text/mapPalletTown.asm deleted file mode 100644 index 421959d6..00000000 --- a/text/mapPalletTown.asm +++ /dev/null @@ -1,56 +0,0 @@ -_OakAppearsText: - text "OAK: Hey! Wait!" - line "Don't go out!@@" - -_OakWalksUpText: - text "OAK: It's unsafe!" - line "Wild #MON live" - cont "in tall grass!" - - para "You need your own" - line "#MON for your" - cont "protection." - cont "I know!" - - para "Here, come with" - line "me!" - done - -_PalletTownText2: - text "I'm raising" - line "#MON too!" - - para "When they get" - line "strong, they can" - cont "protect me!" - done - -_PalletTownText3: - text "Technology is" - line "incredible!" - - para "You can now store" - line "and recall items" - cont "and #MON as" - cont "data via PC!" - done - -_PalletTownText4: - text "OAK #MON" - line "RESEARCH LAB" - done - -_PalletTownText5: - text "PALLET TOWN" - line "Shades of your" - cont "journey await!" - done - -_PalletTownText6: - text $52,"'s house " - done - -_PalletTownText7: - text $53,"'s house " - done - |