Split map scripts, text, events from main.asm
The commit we deserve
This commit is contained in:
27
maps/WhirlIslandCave.asm
Normal file
27
maps/WhirlIslandCave.asm
Normal file
@@ -0,0 +1,27 @@
|
||||
WhirlIslandCave_MapScriptHeader: ; 0x18c3ea
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x18c3ec
|
||||
|
||||
WhirlIslandCave_MapEventHeader: ; 0x18c3ec
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 2
|
||||
warp_def $5, $7, 9, GROUP_WHIRL_ISLAND_B1F, MAP_WHIRL_ISLAND_B1F
|
||||
warp_def $d, $3, 4, GROUP_WHIRL_ISLAND_NW, MAP_WHIRL_ISLAND_NW
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 0
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
; 0x18c3fc
|
||||
|
Reference in New Issue
Block a user