mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
4db344db89
Fixes #920
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"
|