diff options
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: |
