summaryrefslogtreecommitdiff
path: root/maps/IlexForestAzaleaGate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/IlexForestAzaleaGate.asm')
-rw-r--r--maps/IlexForestAzaleaGate.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/maps/IlexForestAzaleaGate.asm b/maps/IlexForestAzaleaGate.asm
index 8105d6f32..b8d5b5481 100644
--- a/maps/IlexForestAzaleaGate.asm
+++ b/maps/IlexForestAzaleaGate.asm
@@ -9,19 +9,19 @@ IlexForestAzaleaGate_MapScriptHeader:
.MapCallbacks:
db 0
-OfficerScript_0x62c7a:
- jumptextfaceplayer UnknownText_0x62c80
+IlexForestAzaleaGateOfficerScript:
+ jumptextfaceplayer IlexForestAzaleaGateOfficerText
-GrannyScript_0x62c7d:
- jumptextfaceplayer UnknownText_0x62cb0
+IlexForestAzaleaGateGrannyScript:
+ jumptextfaceplayer IlexForestAzaleaGateGrannyText
-UnknownText_0x62c80:
+IlexForestAzaleaGateOfficerText:
text "ILEX FOREST is"
line "big. Be careful!"
cont "Don't get lost."
done
-UnknownText_0x62cb0:
+IlexForestAzaleaGateGrannyText:
text "The FOREST is"
line "watched over by"
cont "its protector."
@@ -49,5 +49,5 @@ IlexForestAzaleaGate_MapEventHeader:
.PersonEvents:
db 2
- person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, OfficerScript_0x62c7a, -1
- person_event SPRITE_GRANNY, 3, 1, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, PERSONTYPE_SCRIPT, 0, GrannyScript_0x62c7d, -1
+ person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, IlexForestAzaleaGateOfficerScript, -1
+ person_event SPRITE_GRANNY, 3, 1, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, PERSONTYPE_SCRIPT, 0, IlexForestAzaleaGateGrannyScript, -1