summaryrefslogtreecommitdiff
path: root/maps/SafariZoneFuchsiaGateBeta.asm
blob: 4c046f012b939c7a718d8a15196d42396b45a0e8 (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

SafariZoneFuchsiaGateBeta_MapScriptHeader:
.MapTriggers:
	db 0

.MapCallbacks:
	db 0

SafariZoneFuchsiaGateBeta_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 4
	warp_def $0, $4, 1, SAFARI_ZONE_BETA
	warp_def $0, $5, 2, SAFARI_ZONE_BETA
	warp_def $7, $4, 7, FUCHSIA_CITY
	warp_def $7, $5, 7, FUCHSIA_CITY

.XYTriggers:
	db 0

.Signposts:
	db 0

.PersonEvents:
	db 0