mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
15 lines
309 B
NASM
15 lines
309 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/attributes/RuinsOfAlphMain.asm", ROMX
|
|
map_attributes RuinsOfAlphMain, RUINS_OF_ALPH_MAIN, 0
|
|
|
|
RuinsOfAlphMain_MapEvents::
|
|
dw $0 ; unknown
|
|
|
|
db 0 ; warp events
|
|
|
|
db 0 ; bg events
|
|
|
|
db 0 ; person events
|
|
|
|
RuinsOfAlphMain_Blocks:: INCBIN "maps/blk/RuinsOfAlphMain.blk" |