summaryrefslogtreecommitdiff
path: root/src/constants/gfx_constants.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2020-12-23 00:38:06 +0000
committerElectroDeoxys <ElectroDeoxys@gmail.com>2020-12-24 17:52:51 +0000
commit4d5fd88d6071465267818b31a77f0fb6e86d9140 (patch)
treea0c00ddd1978c3a3998302f925a574d180db1f9b /src/constants/gfx_constants.asm
parent9fab715759ddf919b0c4bb9a01095c4c225fcac0 (diff)
Initial disasm of banks 7 and 20
Diffstat (limited to 'src/constants/gfx_constants.asm')
-rw-r--r--src/constants/gfx_constants.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants/gfx_constants.asm b/src/constants/gfx_constants.asm
index 61f49b8..0e82519 100644
--- a/src/constants/gfx_constants.asm
+++ b/src/constants/gfx_constants.asm
@@ -10,6 +10,9 @@ BG_MAP_HEIGHT EQU 32 ; tiles
CGB_PAL_SIZE EQU 8 ; bytes
palettes EQUS "* CGB_PAL_SIZE"
+NUM_BACKGROUND_PALETTES EQU 8
+NUM_OBJECT_PALETTES EQU 8
+
; tile size
TILE_SIZE EQU 16 ; bytes
tiles EQUS "* TILE_SIZE"