aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/IndigoPlateauLobby.asm
blob: 325f998171573016c45792aa9ecf2ef96f06f6c1 (plain) (blame)
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
26
27
	object_const_def
	const_export INDIGOPLATEAULOBBY_NURSE
	const_export INDIGOPLATEAULOBBY_GYM_GUIDE
	const_export INDIGOPLATEAULOBBY_COOLTRAINER_F
	const_export INDIGOPLATEAULOBBY_CLERK
	const_export INDIGOPLATEAULOBBY_LINK_RECEPTIONIST
	const_export INDIGOPLATEAULOBBY_CHANSEY

IndigoPlateauLobby_Object:
	db $0 ; border block

	def_warp_events
	warp_event  7, 11, LAST_MAP, 1
	warp_event  8, 11, LAST_MAP, 2
	warp_event  8,  0, LORELEIS_ROOM, 1

	def_bg_events

	def_object_events
	object_event  7,  5, SPRITE_NURSE, STAY, DOWN, TEXT_INDIGOPLATEAULOBBY_NURSE
	object_event  4,  9, SPRITE_GYM_GUIDE, STAY, RIGHT, TEXT_INDIGOPLATEAULOBBY_GYM_GUIDE
	object_event  5,  1, SPRITE_COOLTRAINER_F, STAY, DOWN, TEXT_INDIGOPLATEAULOBBY_COOLTRAINER_F
	object_event  0,  5, SPRITE_CLERK, STAY, RIGHT, TEXT_INDIGOPLATEAULOBBY_CLERK
	object_event 13,  6, SPRITE_LINK_RECEPTIONIST, STAY, DOWN, TEXT_INDIGOPLATEAULOBBY_LINK_RECEPTIONIST
	object_event  8,  5, SPRITE_CHANSEY, STAY, DOWN, TEXT_INDIGOPLATEAULOBBY_CHANSEY

	def_warps_to INDIGO_PLATEAU_LOBBY