From fd86bcaa06fd81911e88eb6d0253715ad79866a8 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Tue, 22 Jul 2025 08:59:51 -0400 Subject: Update hardware.inc to 5.2.0 --- 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..8c02bcd7 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 "+ PAL_COLORS *" DEF tiles EQUS "* TILE_SIZE" DEF tile EQUS "+ TILE_SIZE *" -- cgit v1.3.1-sl0p