mirror of
https://github.com/pret/pokegold.git
synced 2026-04-16 22:06:09 -05:00
12 lines
184 B
NASM
12 lines
184 B
NASM
SECTION "Maps", ROMX
|
|
|
|
INCLUDE "data/maps/scenes.asm"
|
|
INCLUDE "data/maps/maps.asm"
|
|
INCLUDE "data/maps/attributes.asm"
|
|
|
|
|
|
INCLUDE "data/maps/blocks.asm"
|
|
|
|
|
|
INCLUDE "data/maps/scripts.asm"
|