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 /constants | |
| 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 'constants')
| -rw-r--r-- | constants/palette_constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index 58b2201e..1b549b34 100644 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -4,10 +4,6 @@ const SHADE_LIGHT ; %01 const SHADE_DARK ; %10 const SHADE_BLACK ; %11 -DEF NUM_PAL_COLORS EQU const_value - -DEF PAL_COLOR_SIZE EQU 2 -DEF PALETTE_SIZE EQU NUM_PAL_COLORS * PAL_COLOR_SIZE DEF NUM_ACTIVE_PALS EQU 4 |
