summaryrefslogtreecommitdiff
path: root/data/maps/objects/SlowpokeWellEntrance.asm
blob: 3c7ede6a0cad64351a1ff75b4deefe70daec7f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDE "constants.asm"

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

	map_attributes SlowpokeWellEntrance, SLOWPOKE_WELL_ENTRANCE, 0

SlowpokeWellEntrance_MapEvents::
	dw $0 ; unknown

	db 0 ; warp events

	db 0 ; bg events

	db 0 ; person events

SlowpokeWellEntrance_Blocks::
INCBIN "maps/SlowpokeWellEntrance.blk"