diff options
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/gfx_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
