diff options
| author | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-07-02 23:39:15 -0400 |
|---|---|---|
| committer | Rangi42 <sylvie.oukaour+rangi42@gmail.com> | 2025-07-02 23:39:15 -0400 |
| commit | 5a142e3fee043ad950c361bdd0e5d7e9e9f1e467 (patch) | |
| tree | af8573a5f2683de5467cf5ffb0a4cdc7cd0a7d4c /macros | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| download | pokeyellow-5a142e3fee043ad950c361bdd0e5d7e9e9f1e467.tar.gz pokeyellow-5a142e3fee043ad950c361bdd0e5d7e9e9f1e467.tar.xz pokeyellow-5a142e3fee043ad950c361bdd0e5d7e9e9f1e467.zip | |
Use hardware.inc constants in places unique to Yellow
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..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 *" |
