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