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
4 lines
62 B
NASM
4 lines
62 B
NASM
INCLUDE "constants.asm"
|
|
INCLUDE "wram.asm"
|
|
INCLUDE "main.asm"
|