summaryrefslogtreecommitdiff
path: root/maps/UndergroundPathSwitchRoomEntrances.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/UndergroundPathSwitchRoomEntrances.asm')
-rw-r--r--maps/UndergroundPathSwitchRoomEntrances.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/UndergroundPathSwitchRoomEntrances.asm b/maps/UndergroundPathSwitchRoomEntrances.asm
index 20a2a338d..078242827 100644
--- a/maps/UndergroundPathSwitchRoomEntrances.asm
+++ b/maps/UndergroundPathSwitchRoomEntrances.asm
@@ -48,15 +48,15 @@ UndergroundPathSwitchRoomEntrances_MapScriptHeader:
db 2
; triggers
- dw .Trigger0, 0
- dw .Trigger1, 0
+ maptrigger .Trigger0
+ maptrigger .Trigger1
.MapCallbacks:
db 1
; callbacks
- dbw 1, .UpdateDoorPositions
+ dbw MAPCALLBACK_TILES, .UpdateDoorPositions
.Trigger0:
end