mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
28 lines
372 B
NASM
28 lines
372 B
NASM
|
WhirlIslandSE_MapScriptHeader: ; 0x18c3fc
|
||
|
; trigger count
|
||
|
db 0
|
||
|
|
||
|
; callback count
|
||
|
db 0
|
||
|
; 0x18c3fe
|
||
|
|
||
|
WhirlIslandSE_MapEventHeader: ; 0x18c3fe
|
||
|
; filler
|
||
|
db 0, 0
|
||
|
|
||
|
; 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
|
||
|
db 0
|
||
|
|
||
|
; signposts
|
||
|
db 0
|
||
|
|
||
|
; people-events
|
||
|
db 0
|
||
|
; 0x18c40e
|
||
|
|