From 1cb35e7d97933f146ad9ab7966bb496536aa3d93 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Tue, 10 Jul 2018 23:14:39 +0200 Subject: More text engine TODO: update charmaps and text/ --- src/constants/gfx_constants.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/constants/gfx_constants.asm') diff --git a/src/constants/gfx_constants.asm b/src/constants/gfx_constants.asm index f5915d3..4ab84d2 100644 --- a/src/constants/gfx_constants.asm +++ b/src/constants/gfx_constants.asm @@ -14,6 +14,9 @@ palettes EQUS "* CGB_PAL_SIZE" TILE_SIZE EQU 16 ; bytes tiles EQUS "* TILE_SIZE" +TILE_SIZE_1BPP EQU 8 ; bytes +tiles_1bpp EQUS "* TILE_SIZE_1BPP" + ; wFlushPaletteFlags constants FLUSH_ONE EQU %10000000 FLUSH_ALL EQU %11000000 -- cgit v1.2.3