diff options
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/gfx_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constants/gfx_constants.asm b/src/constants/gfx_constants.asm index 2ddb8ae..2f5ca4a 100644 --- a/src/constants/gfx_constants.asm +++ b/src/constants/gfx_constants.asm @@ -12,6 +12,11 @@ CGB_PAL_SIZE EQU 8 ; bytes ; tile size TILE_SIZE EQU 16 ; bytes +; wFlushPaletteFlags constants +FLUSH_ONE EQU %10000000 +FLUSH_ALL EQU %11000000 +FLUSH_ALL_F EQU 6 + ; wSpriteAnimBuffer SPRITE_ANIM_BUFFER_CAPACITY EQU 16 ; sprites |