pokecrystal-board/pokecrystal.asm
yenatch 018cf26767 move gbhw.asm and hram.asm to constants.asm
they're constants, so they have no business in pokecrystal.asm
2013-09-10 02:17:48 -04:00

4 lines
62 B
NASM

INCLUDE "wram.asm"
INCLUDE "constants.asm"
INCLUDE "main.asm"