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/FuchsiaMart.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/FuchsiaMart.asm')
-rw-r--r-- | maps/FuchsiaMart.asm | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/maps/FuchsiaMart.asm b/maps/FuchsiaMart.asm index 9f4b22add..3b503d643 100644 --- a/maps/FuchsiaMart.asm +++ b/maps/FuchsiaMart.asm @@ -22,17 +22,20 @@ CooltrainerFScript_0x195cf2: ; 0x195cf2 ; 0x195cf5 UnknownText_0x195cf5: ; 0x195cf5 - db $0, "I was hoping to", $4f - db "buy some SAFARI", $51 - db "ZONE souvenirs,", $4f - db "but it's closed…", $57 + text "I was hoping to" + line "buy some SAFARI" + + para "ZONE souvenirs," + line "but it's closed…" + done ; 0x195d36 UnknownText_0x195d36: ; 0x195d36 - db $0, "The SAFARI ZONE", $4f - db "WARDEN's grand-", $55 - db "daughter lives in", $55 - db "town.", $57 + text "The SAFARI ZONE" + line "WARDEN's grand-" + cont "daughter lives in" + cont "town." + done ; 0x195d6e FuchsiaMart_MapEventHeader: ; 0x195d6e |