diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-07-22 08:59:51 -0400 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-07-22 09:04:52 -0400 |
| commit | fd86bcaa06fd81911e88eb6d0253715ad79866a8 (patch) | |
| tree | 776d45c1fa81262c34965398df9c93ca3aae0a33 /macros | |
| parent | Use hardware constants for tile attributes in VermilionDockOAMBlock (#516) (diff) | |
| download | pokeyellow-fd86bcaa06fd81911e88eb6d0253715ad79866a8.tar.gz pokeyellow-fd86bcaa06fd81911e88eb6d0253715ad79866a8.tar.xz pokeyellow-fd86bcaa06fd81911e88eb6d0253715ad79866a8.zip | |
Update hardware.inc to 5.2.0
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/gfx.asm | 6 |
1 files changed, 3 insertions, 3 deletions
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 *" |
