blob: e06ccd220347efe0472a420ca893e8da7e01bd5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INCLUDE "constants.asm"
SECTION "data/maps/attributes/placeholder/PowerPlant1.asm", ROMX
map_attributes PowerPlant1, POWER_PLANT_1, 0
PowerPlant1_MapEvents::
dw $0 ; unknown
db 0 ; warp events
db 0 ; bg events
db 0 ; person events
PowerPlant1_Blocks:: INCBIN "maps/placeholder/blk/PowerPlant1.blk"
|