summaryrefslogtreecommitdiff
path: root/maps/Route42EcruteakGate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route42EcruteakGate.asm')
-rw-r--r--maps/Route42EcruteakGate.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route42EcruteakGate.asm b/maps/Route42EcruteakGate.asm
index e014340e4..ae13507e7 100644
--- a/maps/Route42EcruteakGate.asm
+++ b/maps/Route42EcruteakGate.asm
@@ -8,10 +8,10 @@ Route42EcruteakGate_MapScriptHeader:
.MapCallbacks:
db 0
-OfficerScript_0x19a4b5:
- jumptextfaceplayer UnknownText_0x19a4b8
+Route42EcruteakGateOfficerScript:
+ jumptextfaceplayer Route42EcruteakGateOfficerText
-UnknownText_0x19a4b8:
+Route42EcruteakGateOfficerText:
text "MT.MORTAR is like"
line "a maze inside."
@@ -38,4 +38,4 @@ Route42EcruteakGate_MapEventHeader:
.PersonEvents:
db 1
- person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, OfficerScript_0x19a4b5, -1
+ person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, Route42EcruteakGateOfficerScript, -1