aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus
diff options
context:
space:
mode:
authorSylvie <35663410+Rangi42@users.noreply.github.com>2024-09-29 11:24:35 -0400
committerGitHub <noreply@github.com>2024-09-29 10:24:35 -0500
commit7d9858fec42d0cef1f0349c3cef250003c5ed66d (patch)
tree7cf362d6e8949e098159cb7778bbcf40301ad4de /engine/menus
parentMerge branch 'master' of https://github.com/pret/pokered (diff)
downloadpokeyellow-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 'engine/menus')
-rw-r--r--engine/menus/pokedex.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menus/pokedex.asm b/engine/menus/pokedex.asm
index f4637cd0..88a057df 100644
--- a/engine/menus/pokedex.asm
+++ b/engine/menus/pokedex.asm
@@ -683,11 +683,11 @@ Pokedex_PrepareDexEntryForPrinting:
ld h, a
bccoord 1, 1
ldh a, [hUILayoutFlags]
- set 3, a
+ set BIT_PAGE_CHAR_IS_NEXT, a
ldh [hUILayoutFlags], a
call Pokedex_PrintFlavorTextAtBC
ldh a, [hUILayoutFlags]
- res 3, a
+ res BIT_PAGE_CHAR_IS_NEXT, a
ldh [hUILayoutFlags], a
ret