mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 15:39:32 -05:00
18 lines
324 B
NASM
18 lines
324 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/SlowpokeWellEntrance.asm", ROMX
|
|
|
|
map_attributes SlowpokeWellEntrance, SLOWPOKE_WELL_ENTRANCE, 0
|
|
|
|
SlowpokeWellEntrance_MapEvents::
|
|
dw $0 ; unknown
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
SlowpokeWellEntrance_Blocks::
|
|
INCBIN "maps/SlowpokeWellEntrance.blk"
|