mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
27 lines
343 B
NASM
27 lines
343 B
NASM
WhirlIslandNW_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
WhirlIslandNW_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 4
|
|
warp_def $7, $5, 1, ROUTE_41
|
|
warp_def $3, $5, 1, WHIRL_ISLAND_B1F
|
|
warp_def $f, $3, 4, WHIRL_ISLAND_SW
|
|
warp_def $f, $7, 2, WHIRL_ISLAND_CAVE
|
|
|
|
.XYTriggers:
|
|
db 0
|
|
|
|
.Signposts:
|
|
db 0
|
|
|
|
.PersonEvents:
|
|
db 0
|