Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
Hello guys,
Can you please tell me how to export constants (EQU) ? Or do thet need to be inclluded in every source file ?
Offline
Yeah, by nature, you can't export constants.
What I do is I define constants in files that are included by one "constants.asm" file, which is included by all files.
You can check out my boilerplate project here
Offline