diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-03-13 23:36:48 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-03-13 23:36:48 +0100 |
commit | 9b94866531970895c0f059ba123273e3959196b8 (patch) | |
tree | cf4f10d597cf4e29764177b20d41bef590ef81ca /src/constants/gfx_constants.asm | |
parent | 3b49912566c7eb3297a701d1434d3bcc4e4bcfd4 (diff) |
SetDefaultPalettes
Diffstat (limited to 'src/constants/gfx_constants.asm')
-rw-r--r-- | src/constants/gfx_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/gfx_constants.asm b/src/constants/gfx_constants.asm index 7ff205c..f5915d3 100644 --- a/src/constants/gfx_constants.asm +++ b/src/constants/gfx_constants.asm @@ -8,6 +8,7 @@ BG_MAP_HEIGHT EQU 32 ; tiles ; cgb palette size CGB_PAL_SIZE EQU 8 ; bytes +palettes EQUS "* CGB_PAL_SIZE" ; tile size TILE_SIZE EQU 16 ; bytes |