diff options
Diffstat (limited to 'src/constants/misc_constants.asm')
-rw-r--r-- | src/constants/misc_constants.asm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/constants/misc_constants.asm b/src/constants/misc_constants.asm index 18bf014..50bb03c 100644 --- a/src/constants/misc_constants.asm +++ b/src/constants/misc_constants.asm @@ -6,8 +6,11 @@ SCREEN_HEIGHT EQU 18 ; tiles BG_MAP_WIDTH EQU 32 ; tiles BG_MAP_HEIGHT EQU 32 ; tiles -; palettes -CGB_PAL_SIZE EQU 8 +; cgb palette size +CGB_PAL_SIZE EQU 8 ; bytes + +; tile size +TILE_SIZE EQU 16 ; bytes ; console types (for wConsole) CONSOLE_DMG EQU $00 |