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/Route19FuchsiaGate.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/Route19FuchsiaGate.asm')
-rw-r--r-- | maps/Route19FuchsiaGate.asm | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/maps/Route19FuchsiaGate.asm b/maps/Route19FuchsiaGate.asm index d784cd8a2..db8fe1d47 100644 --- a/maps/Route19FuchsiaGate.asm +++ b/maps/Route19FuchsiaGate.asm @@ -25,21 +25,26 @@ UnknownScript_0x1ab404: ; 0x1ab404 ; 0x1ab40a UnknownText_0x1ab40a: ; 0x1ab40a - db $0, "CINNABAR's volcano", $4f - db "erupted.", $51 - db "It hurled boulders", $4f - db "that cut off ROUTE", $55 - db "19 indefinitely.", $51 - db "I wonder if the", $4f - db "people of CINNABAR", $55 - db "are safe…", $57 + text "CINNABAR's volcano" + line "erupted." + + para "It hurled boulders" + line "that cut off ROUTE" + cont "19 indefinitely." + + para "I wonder if the" + line "people of CINNABAR" + cont "are safe…" + done ; 0x1ab48a UnknownText_0x1ab48a: ; 0x1ab48a - db $0, "No CINNABAR citi-", $4f - db "zens were injured", $51 - db "by the eruption.", $4f - db "That's great!", $57 + text "No CINNABAR citi-" + line "zens were injured" + + para "by the eruption." + line "That's great!" + done ; 0x1ab4cd Route19FuchsiaGate_MapEventHeader: ; 0x1ab4cd |