diff options
| author | Sylvie <35663410+Rangi42@users.noreply.github.com> | 2024-09-29 11:24:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-29 10:24:35 -0500 |
| commit | 7d9858fec42d0cef1f0349c3cef250003c5ed66d (patch) | |
| tree | 7cf362d6e8949e098159cb7778bbcf40301ad4de /constants | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| download | pokeyellow-7d9858fec42d0cef1f0349c3cef250003c5ed66d.tar.gz pokeyellow-7d9858fec42d0cef1f0349c3cef250003c5ed66d.tar.xz pokeyellow-7d9858fec42d0cef1f0349c3cef250003c5ed66d.zip | |
Identify more bit flags (#119)
* Identify more bit flags
* Bit serves dual use in debug mode
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) |
