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/Route43MahoganyGate.asm | |
| parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) | |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/Route43MahoganyGate.asm')
| -rw-r--r-- | maps/Route43MahoganyGate.asm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/maps/Route43MahoganyGate.asm b/maps/Route43MahoganyGate.asm index e03ac1d63..037a97cab 100644 --- a/maps/Route43MahoganyGate.asm +++ b/maps/Route43MahoganyGate.asm @@ -25,16 +25,19 @@ UnknownScript_0x19ab19: ; 0x19ab19 ; 0x19ab1f UnknownText_0x19ab1f: ; 0x19ab1f - db $0, "Only people headed", $4f - db "up to LAKE OF RAGE", $51 - db "have been through", $4f - db "here lately.", $57 + text "Only people headed" + line "up to LAKE OF RAGE" + + para "have been through" + line "here lately." + done ; 0x19ab65 UnknownText_0x19ab65: ; 0x19ab65 - db $0, "Nobody goes up to", $4f - db "LAKE OF RAGE these", $55 - db "days.", $57 + text "Nobody goes up to" + line "LAKE OF RAGE these" + cont "days." + done ; 0x19ab91 Route43MahoganyGate_MapEventHeader: ; 0x19ab91 |
