mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 21:34:28 -04:00
15 lines
284 B
NASM
15 lines
284 B
NASM
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" |