summaryrefslogtreecommitdiff
path: root/data/maps/objects/Route16Gate1F.asm
blob: 31f6d02d24fe6893cf5983b3cf742eac70d3d730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Route16Gate1F_Object:
	db $a ; border block

	def_warps
	warp 0, 8, 0, LAST_MAP
	warp 0, 9, 1, LAST_MAP
	warp 7, 8, 2, LAST_MAP
	warp 7, 9, 2, LAST_MAP
	warp 0, 2, 4, LAST_MAP
	warp 0, 3, 5, LAST_MAP
	warp 7, 2, 6, LAST_MAP
	warp 7, 3, 7, LAST_MAP
	warp 6, 12, 0, ROUTE_16_GATE_2F

	def_signs

	def_objects
	object SPRITE_GUARD, 4, 5, STAY, DOWN, 1 ; person
	object SPRITE_GAMBLER, 4, 3, STAY, NONE, 2 ; person

	def_warps_to ROUTE_16_GATE_1F