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

	def_warp_events
	warp_event  2,  7, LAST_MAP, 1
	warp_event  3,  7, LAST_MAP, 1

	def_bg_events

	def_object_events
	object_event 2, 3, SPRITE_DAISY, STAY, RIGHT, 1, 0 ; Daisy, sitting by map
	object_event 6, 4, SPRITE_DAISY, WALK, UP_DOWN, 2, 0 ; Daisy, walking around
	object_event 3, 3, SPRITE_POKEDEX, STAY, NONE, 3, 0 ; map on table

	def_warps_to BLUES_HOUSE