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