summaryrefslogtreecommitdiff
path: root/maps/DragonsDen1F.asm
blob: 1ed9cc415a04554db4e75ae62f0aaaee6284a0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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