diff options
Diffstat (limited to 'maps/IcePathB1F.asm')
-rw-r--r-- | maps/IcePathB1F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/IcePathB1F.asm b/maps/IcePathB1F.asm index 510e4e458..9e9390f67 100644 --- a/maps/IcePathB1F.asm +++ b/maps/IcePathB1F.asm @@ -14,14 +14,14 @@ IcePathB1F_MapScriptHeader: ; callbacks - dbw 3, .SetUpStoneTable + dbw MAPCALLBACK_CMDQUEUE, .SetUpStoneTable .SetUpStoneTable: writecmdqueue .CommandQueue return .CommandQueue: - dbw 2, .StoneTable ; check if any stones are sitting on a warp + dbw MAPCALLBACK_OBJECTS, .StoneTable ; check if any stones are sitting on a warp db 0, 0 ; filler .StoneTable: |