diff options
Diffstat (limited to 'maps/Route16Gate.asm')
-rw-r--r-- | maps/Route16Gate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route16Gate.asm b/maps/Route16Gate.asm index b2ad14eb4..4e8bc6ade 100644 --- a/maps/Route16Gate.asm +++ b/maps/Route16Gate.asm @@ -3,7 +3,7 @@ Route16Gate_MapScriptHeader: db 1 ; triggers - dw UnknownScript_0x733e9, $0000 + dw UnknownScript_0x733e9, NONE .MapCallbacks: db 0 @@ -80,4 +80,4 @@ Route16Gate_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_OFFICER, 2, 5, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, OfficerScript_0x733ea, -1 + person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, OfficerScript_0x733ea, -1 |