summaryrefslogtreecommitdiff
path: root/data/maps/objects/Route2Gate.asm
blob: 3151ce793007be136f3e8df39f71ae99ac4998e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Route2Gate_Object:
	db $a ; border block

	def_warps
	warp  4,  0, 3, LAST_MAP
	warp  5,  0, 3, LAST_MAP
	warp  4,  7, 4, LAST_MAP
	warp  5,  7, 4, LAST_MAP

	def_signs

	def_objects
	object SPRITE_SCIENTIST, 1, 4, STAY, LEFT, 1 ; person
	object SPRITE_YOUNGSTER, 5, 4, WALK, LEFT_RIGHT, 2 ; person

	def_warps_to ROUTE_2_GATE