diff options
author | yenatch <yenatch@gmail.com> | 2014-03-06 00:29:44 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-03-06 00:29:44 -0500 |
commit | e703b5ef487187753db6eee5e21e985dfb573e67 (patch) | |
tree | 5041ca396fadd182d4856a88d86130c92b657324 /maps/Route23.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/Route23.asm')
-rw-r--r-- | maps/Route23.asm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/maps/Route23.asm b/maps/Route23.asm index 518537f82..1a709039e 100644 --- a/maps/Route23.asm +++ b/maps/Route23.asm @@ -20,10 +20,13 @@ MapRoute23Signpost0Script: ; 0x1ae537 ; 0x1ae53a UnknownText_0x1ae53a: ; 0x1ae53a - db $0, "INDIGO PLATEAU", $51 - db "The Ultimate Goal", $4f - db "for Trainers!", $51 - db "#MON LEAGUE HQ", $57 + text "INDIGO PLATEAU" + + para "The Ultimate Goal" + line "for Trainers!" + + para "#MON LEAGUE HQ" + done ; 0x1ae579 Route23_MapEventHeader: ; 0x1ae579 |