mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
15 lines
284 B
NASM
15 lines
284 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/attributes/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/blk/PowerPlant3.blk" |