aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus
diff options
context:
space:
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