summaryrefslogtreecommitdiff
path: root/data/maps/attributes/placeholder/PowerPlant2.asm
blob: e14cdd9f2584d942cd3b3b42e1af3a9423e7fc72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDE "constants.asm"

SECTION "data/maps/attributes/placeholder/PowerPlant2.asm", ROMX
	map_attributes PowerPlant2, POWER_PLANT_2, 0

PowerPlant2_MapEvents::
	dw $0 ; unknown

	db 0 ; warp events

	db 0 ; bg events

	db 0 ; person events

PowerPlant2_Blocks:: INCBIN "maps/placeholder/blk/PowerPlant2.blk"