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/mapBluesHouse.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/mapBluesHouse.asm')
| -rw-r--r-- | text/mapBluesHouse.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/text/mapBluesHouse.asm b/text/mapBluesHouse.asm index 0d94460b..33fd732f 100644 --- a/text/mapBluesHouse.asm +++ b/text/mapBluesHouse.asm @@ -1,14 +1,14 @@ _DaisyInitialText: text "Hi ",$52,"!" line $53," is out at" - next "Grandpa's lab." + cont "Grandpa's lab." done _DaisyOfferMapText: text "Grandpa asked you" line "to run an errand?" - next "Here, this will" - next "help you!" + cont "Here, this will" + cont "help you!" prompt _GotMapText: @@ -25,14 +25,14 @@ _DaisyBagFullText: _DaisyUseMapText: text "Use the TOWN MAP" line "to find out where" - next "you are." + cont "you are." done _BluesHouseText2: text "#MON are living" line "things! If they" - next "get tired, give" - next "them a rest!" + cont "get tired, give" + cont "them a rest!" done _BluesHouseText3: |
