aboutsummaryrefslogtreecommitdiffstats
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/palette_constants.asm4
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm
index 58b2201e..1b549b34 100644
--- a/constants/palette_constants.asm
+++ b/constants/palette_constants.asm
@@ -4,10 +4,6 @@
const SHADE_LIGHT ; %01
const SHADE_DARK ; %10
const SHADE_BLACK ; %11
-DEF NUM_PAL_COLORS EQU const_value
-
-DEF PAL_COLOR_SIZE EQU 2
-DEF PALETTE_SIZE EQU NUM_PAL_COLORS * PAL_COLOR_SIZE
DEF NUM_ACTIVE_PALS EQU 4