mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-22 10:17:14 -05:00
18 lines
270 B
NASM
18 lines
270 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/PowerPlant1.asm", ROMX
|
|
|
|
map_attributes PowerPlant1, POWER_PLANT_1, 0
|
|
|
|
PowerPlant1_MapEvents::
|
|
dw $0 ; unknown
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
PowerPlant1_Blocks::
|
|
INCBIN "maps/PowerPlant1.blk"
|