diff options
Diffstat (limited to 'constants.asm')
| -rw-r--r-- | constants.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm new file mode 100644 index 0000000..63ba248 --- /dev/null +++ b/constants.asm @@ -0,0 +1,6 @@ +INCLUDE "charmap.asm" + +INCLUDE "macros.asm" + +INCLUDE "constants/hardware_constants.asm" +INCLUDE "constants/gfx_constants.asm"
\ No newline at end of file |
