pokecrystal-board/pokecrystal.asm
yenatch 4aae680b69 move wram constants into constants.asm; make all labels use :s
any global constants will have to be separate from any one object

there might be a better way to fix this, like pulling constants in preprocessor.py
2013-09-11 19:28:18 -04:00

4 lines
62 B
NASM

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