blob: f810599cfc8a923372ef232d493434d66569b9f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INCLUDE "constants.asm"
SECTION "data/maps/attributes/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/blk/PowerPlant2.blk"
|