mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
10 lines
145 B
NASM
10 lines
145 B
NASM
INCLUDE "constants.asm"
|
|
|
|
INCLUDE "macros/wram.asm"
|
|
|
|
|
|
INCLUDE "ram/vram.asm"
|
|
INCLUDE "ram/wram.asm"
|
|
INCLUDE "ram/sram.asm"
|
|
INCLUDE "ram/hram.asm"
|