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 /constants/palette_constants.asm | |
| 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 'constants/palette_constants.asm')
| -rw-r--r-- | constants/palette_constants.asm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index 6d2d49de..1cb51452 100644 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -1,14 +1,3 @@ -; monochrome palette color ids - const_def - const SHADE_WHITE ; %00 - 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 - ; pal/blk packets ; SetPalFunctions indexes (see engine/gfx/palettes.asm) const_def |
