diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 13:34:25 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-05-20 13:34:25 +0100 |
commit | 6a7f5a9ebe6e91607c92a4a98ec6562914c12ab8 (patch) | |
tree | 34a145890b65109d411ed5e8e212ecf07f645569 /src/constants/gfx_constants.asm | |
parent | 511209843c1f851c24d07069193c8bedfd3c5579 (diff) |
Start Menu disasm
Diffstat (limited to 'src/constants/gfx_constants.asm')
-rw-r--r-- | src/constants/gfx_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/constants/gfx_constants.asm b/src/constants/gfx_constants.asm index 6ec2e0b..a32e255 100644 --- a/src/constants/gfx_constants.asm +++ b/src/constants/gfx_constants.asm @@ -13,6 +13,8 @@ palettes EQUS "* CGB_PAL_SIZE" NUM_BACKGROUND_PALETTES EQU 8 NUM_OBJECT_PALETTES EQU 8 +PALRGB_WHITE EQU (31 << 10 | 31 << 5 | 31) + ; tile size TILE_SIZE EQU 16 ; bytes tiles EQUS "* TILE_SIZE" |