summaryrefslogtreecommitdiff
path: root/maps/Route19FuchsiaGate.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-12 17:06:11 -0400
committeryenatch <yenatch@gmail.com>2013-07-12 17:06:11 -0400
commit4ac88d6cdcc9d579a2a180d91401c49dc8086265 (patch)
tree48d816aa0dfa0dd7394edbc8f760eab219bc0131 /maps/Route19FuchsiaGate.asm
parent5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (diff)
sprite constants in map events
Diffstat (limited to 'maps/Route19FuchsiaGate.asm')
-rw-r--r--maps/Route19FuchsiaGate.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route19FuchsiaGate.asm b/maps/Route19FuchsiaGate.asm
index 40a1b3e61..acb1fc761 100644
--- a/maps/Route19FuchsiaGate.asm
+++ b/maps/Route19FuchsiaGate.asm
@@ -6,7 +6,7 @@ Route19FuchsiaGate_MapScriptHeader: ; 0x1ab3f4
db 0
; 0x1ab3f6
-UnknownScript_0x1ab3f6: ; 0x1ab3f6
+OfficerScript_0x1ab3f6: ; 0x1ab3f6
faceplayer
loadfont
checkbit1 $00d7
@@ -61,6 +61,6 @@ Route19FuchsiaGate_MapEventHeader: ; 0x1ab4cd
; people-events
db 1
- person_event $43, 8, 4, $9, $0, 255, 255, $90, 0, UnknownScript_0x1ab3f6, $ffff
+ person_event SPRITE_OFFICER, 8, 4, $9, $0, 255, 255, $90, 0, OfficerScript_0x1ab3f6, $ffff
; 0x1ab4f4