aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/HallOfFame.asm
blob: 5c711dbe199ac97895dbf58324c84d543b102801 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	object_const_def
	const HALLOFFAME_OAK

HallOfFame_Object:
	db $3 ; border block

	def_warp_events
	warp_event  4,  7, CHAMPIONS_ROOM, 3
	warp_event  5,  7, CHAMPIONS_ROOM, 4

	def_bg_events

	def_object_events
	object_event  5,  2, SPRITE_OAK, STAY, DOWN, TEXT_HALLOFFAME_OAK

	def_warps_to HALL_OF_FAME