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/Route22.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/Route22.asm')
-rw-r--r-- | maps/Route22.asm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/maps/Route22.asm b/maps/Route22.asm index 2ac185a77..cd6242bd6 100644 --- a/maps/Route22.asm +++ b/maps/Route22.asm @@ -11,9 +11,11 @@ MapRoute22Signpost0Script: ; 0x7c002 ; 0x7c005 UnknownText_0x7c005: ; 0x7c005 - db $0, "#MON LEAGUE", $51 - db "VICTORY ROAD", $4f - db "ENTRANCE", $57 + text "#MON LEAGUE" + + para "VICTORY ROAD" + line "ENTRANCE" + done ; 0x7c028 Route22_MapEventHeader: ; 0x7c028 |