diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-16 17:49:37 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-16 17:49:37 +0100 |
commit | cdd2d4eac475082078cf4a266dd6429d0d8c6379 (patch) | |
tree | e88f997be7e13dcbebd507fea8132880cc412201 /src/constants | |
parent | 1082494d9886e99f2eab1d924ec4091a1a902055 (diff) |
Correct palette engine functions and more clean up
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/misc_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm index 422fda4..18bf014 100644 --- a/src/constants/misc_constants.asm +++ b/src/constants/misc_constants.asm @@ -6,6 +6,9 @@ SCREEN_HEIGHT EQU 18 ; tiles BG_MAP_WIDTH EQU 32 ; tiles BG_MAP_HEIGHT EQU 32 ; tiles +; palettes +CGB_PAL_SIZE EQU 8 + ; console types (for wConsole) CONSOLE_DMG EQU $00 CONSOLE_SGB EQU $01 |