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/mapRedsHouse1F.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/mapRedsHouse1F.asm')
| -rw-r--r-- | text/mapRedsHouse1F.asm | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/text/mapRedsHouse1F.asm b/text/mapRedsHouse1F.asm index 77bec0db..4154558e 100644 --- a/text/mapRedsHouse1F.asm +++ b/text/mapRedsHouse1F.asm @@ -1,35 +1,35 @@ _MomWakeUpText: text "MOM: Right." line "All boys leave" - next "home some day." - next "It said so on TV." + cont "home some day." + cont "It said so on TV." - page "PROF.OAK, next" + para "PROF.OAK, next" line "door, is looking" - next "for you." + cont "for you." done _MomHealText1: text "MOM: ",$52,"!" line "You should take a" - next "quick rest." + cont "quick rest." prompt _MomHealText2: text "MOM: Oh good!" line "You and your" - next "#MON are" - next "looking great!" - next "Take care now!" + cont "#MON are" + cont "looking great!" + cont "Take care now!" done _StandByMeText: text "There's a movie" line "on TV. Four boys" - next "are walking on" - next "railroad tracks." + cont "are walking on" + cont "railroad tracks." - page "I better go too." + para "I better go too." done _TVWrongSideText: |
