aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/PewterGym.asm
blob: f4e6bf319099ef591db9e981e0fe29cff0c24a41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PewterGym_Object:
	db $3 ; border block

	def_warps
	warp 4, 13, 2, LAST_MAP
	warp 5, 13, 2, LAST_MAP

	def_signs

	def_objects
	object SPRITE_SUPER_NERD, 4, 1, STAY, DOWN, 1, OPP_BROCK, 1
	object SPRITE_COOLTRAINER_M, 3, 6, STAY, RIGHT, 2, OPP_JR_TRAINER_M, 1
	object SPRITE_GYM_GUIDE, 7, 10, STAY, DOWN, 3 ; person

	def_warps_to PEWTER_GYM