summaryrefslogtreecommitdiff
path: root/constants/palette_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/palette_constants.asm')
-rw-r--r--constants/palette_constants.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm
index c26945e8..0fb63b74 100644
--- a/constants/palette_constants.asm
+++ b/constants/palette_constants.asm
@@ -9,6 +9,8 @@ NUM_PAL_COLORS EQU const_value
PAL_COLOR_SIZE EQU 2
PALETTE_SIZE EQU NUM_PAL_COLORS * PAL_COLOR_SIZE
+NUM_ACTIVE_PALS EQU 4
+
; pal/blk packets
; SetPalFunctions indexes (see engine/gfx/palettes.asm)
const_def
@@ -70,4 +72,7 @@ SET_PAL_DEFAULT EQU $ff
const PAL_BADGE ; $22
const PAL_CAVE ; $23
const PAL_GAMEFREAK ; $24
+ const PAL_25 ; $25
+ const PAL_26 ; $26
+ const PAL_27 ; $27
NUM_SGB_PALS EQU const_value