diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-03-08 08:21:26 -0600 |
commit | d7166960f80dd1e80411f0100812c8d7897455a5 (patch) | |
tree | 56d386badb1b4d6c696cebe75ee495647e6ced7f /maps/Route19FuchsiaGate.asm | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
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 |