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/FuchsiaMart.asm | |
parent | 69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff) | |
parent | 4517ed2e30ecc626471a972f6189dc28a6143040 (diff) |
Merge pull request #240 from yenatch/text
text macros
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 |