mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-25 07:22:04 -05:00
15 lines
333 B
NASM
15 lines
333 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/attributes/RuinsOfAlphEntrance.asm", ROMX
|
|
map_attributes RuinsOfAlphEntrance, RUINS_OF_ALPH_ENTRANCE, 0
|
|
|
|
RuinsOfAlphEntrance_MapEvents::
|
|
dw $0 ; unknown
|
|
|
|
db 0 ; warp events
|
|
|
|
db 0 ; bg events
|
|
|
|
db 0 ; person events
|
|
|
|
RuinsOfAlphEntrance_Blocks:: INCBIN "maps/blk/RuinsOfAlphEntrance.blk" |