diff options
Diffstat (limited to 'maps/WhirlIslandSW.asm')
-rw-r--r-- | maps/WhirlIslandSW.asm | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/maps/WhirlIslandSW.asm b/maps/WhirlIslandSW.asm new file mode 100644 index 000000000..0a43486bb --- /dev/null +++ b/maps/WhirlIslandSW.asm @@ -0,0 +1,35 @@ +WhirlIslandSW_MapScriptHeader: ; 0x18c3ba + ; trigger count + db 0 + + ; callback count + db 0 +; 0x18c3bc + +ItemFragment_0x18c3bc: ; 0x18c3bc + db ULTRA_BALL, 1 +; 0x18c3be + +WhirlIslandSW_MapEventHeader: ; 0x18c3be + ; filler + db 0, 0 + + ; warps + db 5 + warp_def $7, $5, 3, GROUP_ROUTE_41, MAP_ROUTE_41 + warp_def $3, $11, 5, GROUP_WHIRL_ISLAND_B1F, MAP_WHIRL_ISLAND_B1F + warp_def $3, $3, 4, GROUP_WHIRL_ISLAND_B1F, MAP_WHIRL_ISLAND_B1F + warp_def $f, $3, 3, GROUP_WHIRL_ISLAND_NW, MAP_WHIRL_ISLAND_NW + warp_def $f, $11, 4, GROUP_WHIRL_ISLAND_B2F, MAP_WHIRL_ISLAND_B2F + + ; xy triggers + db 0 + + ; signposts + db 0 + + ; people-events + db 1 + person_event $54, 6, 19, $1, $0, 255, 255, $1, 0, ItemFragment_0x18c3bc, $0690 +; 0x18c3ea + |