summaryrefslogtreecommitdiff
path: root/data/maps/objects/KantoGameCornerPrizes.asm
blob: 7393049bad3413252d81d5cc157507f0c8fc795b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDE "constants.asm"

SECTION "data/maps/objects/KantoGameCornerPrizes.asm", ROMX

	map_attributes KantoGameCornerPrizes, KANTO_GAME_CORNER_PRIZES, 0

KantoGameCornerPrizes_MapEvents::
	dw $4000 ; unknown

	def_warp_events
	warp_event  4,  7, KANTO, 15, 47
	warp_event  5,  7, KANTO, 15, 47

	def_bg_events

	def_object_events
	object_event  2,  1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
	object_event  4,  1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
	object_event  6,  1, SPRITE_CLERK, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0

KantoGameCornerPrizes_Blocks::
INCBIN "maps/KantoGameCornerPrizes.blk"