diff options
Diffstat (limited to 'maps/Route1718Gate.asm')
-rw-r--r-- | maps/Route1718Gate.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/Route1718Gate.asm b/maps/Route1718Gate.asm index a1d9cbf11..ae945fe46 100644 --- a/maps/Route1718Gate.asm +++ b/maps/Route1718Gate.asm @@ -71,4 +71,4 @@ Route1718Gate_MapEventHeader: ; people-events db 1 - person_event SPRITE_OFFICER, 6, 9, UP << 2 | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, OfficerScript_0x7360e, -1 + person_event SPRITE_OFFICER, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, OfficerScript_0x7360e, -1 |