Split map scripts, text, events from main.asm
The commit we deserve
This commit is contained in:
29
maps/DragonsDen1F.asm
Normal file
29
maps/DragonsDen1F.asm
Normal file
@@ -0,0 +1,29 @@
|
||||
DragonsDen1F_MapScriptHeader: ; 0x18c874
|
||||
; trigger count
|
||||
db 0
|
||||
|
||||
; callback count
|
||||
db 0
|
||||
; 0x18c876
|
||||
|
||||
DragonsDen1F_MapEventHeader: ; 0x18c876
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
; warps
|
||||
db 4
|
||||
warp_def $5, $3, 8, GROUP_BLACKTHORN_CITY, MAP_BLACKTHORN_CITY
|
||||
warp_def $3, $3, 4, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
|
||||
warp_def $f, $5, 1, GROUP_DRAGONS_DEN_B1F, MAP_DRAGONS_DEN_B1F
|
||||
warp_def $d, $5, 2, GROUP_DRAGONS_DEN_1F, MAP_DRAGONS_DEN_1F
|
||||
|
||||
; xy triggers
|
||||
db 0
|
||||
|
||||
; signposts
|
||||
db 0
|
||||
|
||||
; people-events
|
||||
db 0
|
||||
; 0x18c890
|
||||
|
Reference in New Issue
Block a user