diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 00:33:44 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 00:55:41 -0500 |
| commit | fea5be469940f400e41fed59a219897a7175d10d (patch) | |
| tree | 6026d4d655c7c0f55c5b5fcaeb43cf5a4e90d28e /text/mapPalletTown.asm | |
| parent | text macros in text/ (diff) | |
| download | pokeyellow-fea5be469940f400e41fed59a219897a7175d10d.tar.gz pokeyellow-fea5be469940f400e41fed59a219897a7175d10d.tar.xz pokeyellow-fea5be469940f400e41fed59a219897a7175d10d.zip | |
rename and add some text macros
cont replaces next, and next becomes a generic newline.
para replaces page (now used for pokedex entries).
dex ends a pokedex entry.
Diffstat (limited to 'text/mapPalletTown.asm')
| -rw-r--r-- | text/mapPalletTown.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/text/mapPalletTown.asm b/text/mapPalletTown.asm index 06f4e379..421959d6 100644 --- a/text/mapPalletTown.asm +++ b/text/mapPalletTown.asm @@ -5,14 +5,14 @@ _OakAppearsText: _OakWalksUpText: text "OAK: It's unsafe!" line "Wild #MON live" - next "in tall grass!" + cont "in tall grass!" - page "You need your own" + para "You need your own" line "#MON for your" - next "protection." - next "I know!" + cont "protection." + cont "I know!" - page "Here, come with" + para "Here, come with" line "me!" done @@ -20,19 +20,19 @@ _PalletTownText2: text "I'm raising" line "#MON too!" - page "When they get" + para "When they get" line "strong, they can" - next "protect me!" + cont "protect me!" done _PalletTownText3: text "Technology is" line "incredible!" - page "You can now store" + para "You can now store" line "and recall items" - next "and #MON as" - next "data via PC!" + cont "and #MON as" + cont "data via PC!" done _PalletTownText4: @@ -43,7 +43,7 @@ _PalletTownText4: _PalletTownText5: text "PALLET TOWN" line "Shades of your" - next "journey await!" + cont "journey await!" done _PalletTownText6: |
