diff options
Diffstat (limited to 'maps/WhirlIslandSE.asm')
-rw-r--r-- | maps/WhirlIslandSE.asm | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/maps/WhirlIslandSE.asm b/maps/WhirlIslandSE.asm index 235453ca2..ebea7cafc 100644 --- a/maps/WhirlIslandSE.asm +++ b/maps/WhirlIslandSE.asm @@ -1,26 +1,24 @@ -WhirlIslandSE_MapScriptHeader: ; 0x18c3fc - ; trigger count +WhirlIslandSE_MapScriptHeader: +.MapTriggers: db 0 - ; callback count +.MapCallbacks: db 0 -; 0x18c3fe -WhirlIslandSE_MapEventHeader: ; 0x18c3fe +WhirlIslandSE_MapEventHeader: ; filler db 0, 0 - ; warps +.Warps: db 2 warp_def $d, $5, 4, GROUP_ROUTE_41, MAP_ROUTE_41 warp_def $3, $5, 6, GROUP_WHIRL_ISLAND_B1F, MAP_WHIRL_ISLAND_B1F - ; xy triggers +.XYTriggers: db 0 - ; signposts +.Signposts: db 0 - ; people-events +.PersonEvents: db 0 -; 0x18c40e |