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/Route1718Gate.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/Route1718Gate.asm')
-rw-r--r-- | maps/Route1718Gate.asm | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/maps/Route1718Gate.asm b/maps/Route1718Gate.asm index 55c9cb438..e81eb3c86 100644 --- a/maps/Route1718Gate.asm +++ b/maps/Route1718Gate.asm @@ -41,17 +41,21 @@ MovementData_0x73629: ; 0x73629 ; 0x7362c UnknownText_0x7362c: ; 0x7362c - db $0, "CYCLING ROAD", $4f - db "Uphill Starts Here", $57 + text "CYCLING ROAD" + line "Uphill Starts Here" + done ; 0x7364d UnknownText_0x7364d: ; 0x7364d - db $0, "Hang on! Don't you", $4f - db "have a BICYCLE?", $51 - db "The CYCLING ROAD", $4f - db "is beyond here.", $51 - db "You have to have a", $4f - db "BICYCLE to go on.", $57 + text "Hang on! Don't you" + line "have a BICYCLE?" + + para "The CYCLING ROAD" + line "is beyond here." + + para "You have to have a" + line "BICYCLE to go on." + done ; 0x736b6 Route1718Gate_MapEventHeader: ; 0x736b6 |