mirror of
https://github.com/pret/pokegold.git
synced 2026-05-19 10:20:46 -05:00
15 lines
210 B
NASM
15 lines
210 B
NASM
INCLUDE "constants.asm"
|
|
|
|
|
|
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"
|