diff options
Diffstat (limited to 'maps/Route42EcruteakGate.asm')
-rw-r--r-- | maps/Route42EcruteakGate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route42EcruteakGate.asm b/maps/Route42EcruteakGate.asm index 056c50fdd..8f5bfeede 100644 --- a/maps/Route42EcruteakGate.asm +++ b/maps/Route42EcruteakGate.asm @@ -35,4 +35,4 @@ Route42EcruteakGate_MapEventHeader: ; people-events db 1 - person_event SPRITE_OFFICER, 6, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x19a4b5, -1 + person_event SPRITE_OFFICER, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x19a4b5, -1 |