diff options
author | stag019 <stag019@gmail.com> | 2015-03-14 02:07:01 -0400 |
---|---|---|
committer | stag019 <stag019@gmail.com> | 2015-03-14 02:07:01 -0400 |
commit | d41ad62f5bf43c98d05c593d5c64a5a42b7c0cee (patch) | |
tree | d5fe4e6cde4cfa6d37e1a9f04ee267c384b73f42 /src/constants/misc_constants.asm | |
parent | 3c75edba47b89066383a4dae07d225cbc1cbff77 (diff) |
Move source code into "src/". Update Makefile/scan_includes.
Diffstat (limited to 'src/constants/misc_constants.asm')
-rw-r--r-- | src/constants/misc_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm new file mode 100644 index 0000000..d985e77 --- /dev/null +++ b/src/constants/misc_constants.asm @@ -0,0 +1,4 @@ +; console types (for wConsole) +CONSOLE_DMG EQU $00 +CONSOLE_SGB EQU $01 +CONSOLE_CGB EQU $02 |