mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 03:34:37 -05:00
18 lines
270 B
NASM
18 lines
270 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/PowerPlant4.asm", ROMX
|
|
|
|
map_attributes PowerPlant4, POWER_PLANT_4, 0
|
|
|
|
PowerPlant4_MapEvents::
|
|
dw $0 ; unknown
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
PowerPlant4_Blocks::
|
|
INCBIN "maps/PowerPlant4.blk"
|