aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/gfx.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/gfx.asm b/macros/gfx.asm
index 7b8fcf5d..d50d64cf 100644
--- a/macros/gfx.asm
+++ b/macros/gfx.asm
@@ -9,9 +9,9 @@ DEF palred EQUS "(1 << B_COLOR_RED) *"
DEF palgreen EQUS "(1 << B_COLOR_GREEN) *"
DEF palblue EQUS "(1 << B_COLOR_BLUE) *"
-DEF palettes EQUS "* PALETTE_SIZE"
-DEF palette EQUS "+ PALETTE_SIZE *"
-DEF color EQUS "+ PAL_COLOR_SIZE *"
+DEF palettes EQUS "* PAL_SIZE"
+DEF palette EQUS "+ PAL_SIZE *"
+DEF color EQUS "+ COLOR_SIZE *"
DEF tiles EQUS "* TILE_SIZE"
DEF tile EQUS "+ TILE_SIZE *"