diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-02-27 19:25:36 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-02-27 19:25:36 +0100 |
commit | a4c180c73331a90196fc51c49cf9fd8e8788db49 (patch) | |
tree | 567c649a0b79fd2cd64f40712ec3448a9f9c21b8 /src/constants/gfx_constants.asm | |
parent | 196b4ae0bf6e18856a74d34ada4f24458b9e9d57 (diff) |
Further split duel graphics
Diffstat (limited to 'src/constants/gfx_constants.asm')
-rw-r--r-- | src/constants/gfx_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/gfx_constants.asm b/src/constants/gfx_constants.asm index 2f5ca4a..386e158 100644 --- a/src/constants/gfx_constants.asm +++ b/src/constants/gfx_constants.asm @@ -11,6 +11,7 @@ CGB_PAL_SIZE EQU 8 ; bytes ; tile size TILE_SIZE EQU 16 ; bytes +tiles EQUS "* TILE_SIZE" ; wFlushPaletteFlags constants FLUSH_ONE EQU %10000000 |