From 7d9858fec42d0cef1f0349c3cef250003c5ed66d Mon Sep 17 00:00:00 2001 From: Sylvie <35663410+Rangi42@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:24:35 -0400 Subject: Identify more bit flags (#119) * Identify more bit flags * Bit serves dual use in debug mode --- constants/gfx_constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants') diff --git a/constants/gfx_constants.asm b/constants/gfx_constants.asm index 16f3b985..ff470ff4 100644 --- a/constants/gfx_constants.asm +++ b/constants/gfx_constants.asm @@ -39,6 +39,7 @@ DEF REDRAW_ROW EQU 2 const BIT_PARTY_MENU_HP_BAR ; 0 const BIT_DOUBLE_SPACED_MENU ; 1 const BIT_SINGLE_SPACED_LINES ; 2 + const BIT_PAGE_CHAR_IS_NEXT ; 3 ; tile list ids ; TileIDListPointerTable indexes (see data/tilemaps.asm) -- cgit v1.3.1-sl0p