summaryrefslogtreecommitdiff
path: root/maps/IlexForestAzaleaGate.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-03-08 08:21:26 -0600
committerBryan Bishop <kanzure@gmail.com>2014-03-08 08:21:26 -0600
commitd7166960f80dd1e80411f0100812c8d7897455a5 (patch)
tree56d386badb1b4d6c696cebe75ee495647e6ced7f /maps/IlexForestAzaleaGate.asm
parent69b20fa83e6d1f36f57e876b30c51d14277f78ee (diff)
parent4517ed2e30ecc626471a972f6189dc28a6143040 (diff)
Merge pull request #240 from yenatch/text
text macros
Diffstat (limited to 'maps/IlexForestAzaleaGate.asm')
-rw-r--r--maps/IlexForestAzaleaGate.asm19
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