From 5a142e3fee043ad950c361bdd0e5d7e9e9f1e467 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Wed, 2 Jul 2025 23:39:15 -0400 Subject: Use hardware.inc constants in places unique to Yellow --- macros/gfx.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macros') 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 *" -- cgit v1.3.1-sl0p