summaryrefslogtreecommitdiff
path: root/maps/SafariZoneMainOffice.asm
blob: 94b030858fba88d315cfc60944b6e8b7e157fbd0 (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

SafariZoneMainOffice_MapScriptHeader:
.MapTriggers:
	db 0

.MapCallbacks:
	db 0

SafariZoneMainOffice_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 2
	warp_def $7, $2, 2, FUCHSIA_CITY
	warp_def $7, $3, 2, FUCHSIA_CITY

.XYTriggers:
	db 0

.Signposts:
	db 0

.PersonEvents:
	db 0