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/IlexForestAzaleaGate.asm | |
parent | bdbf38b072e91457304f84b0d8a106d547d074d3 (diff) |
Text macros in maps/.
Looks fine at a glance.
Diffstat (limited to 'maps/IlexForestAzaleaGate.asm')
-rw-r--r-- | maps/IlexForestAzaleaGate.asm | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/maps/IlexForestAzaleaGate.asm b/maps/IlexForestAzaleaGate.asm index e515ccbe3..b37d07967 100644 --- a/maps/IlexForestAzaleaGate.asm +++ b/maps/IlexForestAzaleaGate.asm @@ -15,17 +15,20 @@ GrannyScript_0x62c7d: ; 0x62c7d ; 0x62c80 UnknownText_0x62c80: ; 0x62c80 - db $0, "ILEX FOREST is", $4f - db "big. Be careful!", $55 - db "Don't get lost.", $57 + text "ILEX FOREST is" + line "big. Be careful!" + cont "Don't get lost." + done ; 0x62cb0 UnknownText_0x62cb0: ; 0x62cb0 - db $0, "The FOREST is", $4f - db "watched over by", $55 - db "its protector.", $51 - db "Stay out of", $4f - db "mischief!", $57 + text "The FOREST is" + line "watched over by" + cont "its protector." + + para "Stay out of" + line "mischief!" + done ; 0x62cf4 IlexForestAzaleaGate_MapEventHeader: ; 0x62cf4 |