summaryrefslogtreecommitdiff
path: root/maps/SafariZoneBeta.asm
blob: 2f5fbe2ab563f8a7108c9b1fd287e0eec0d37122 (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
SafariZoneBeta_MapScriptHeader:
.MapTriggers:
	db 0

.MapCallbacks:
	db 0

SafariZoneBeta_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 2
	warp_def $17, $9, 1, SAFARI_ZONE_FUCHSIA_GATE_BETA
	warp_def $17, $a, 2, SAFARI_ZONE_FUCHSIA_GATE_BETA

.XYTriggers:
	db 0

.Signposts:
	db 0

.PersonEvents:
	db 0