mirror of
https://github.com/pret/pokegold.git
synced 2026-03-22 01:44:20 -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"
|