aboutsummaryrefslogtreecommitdiffstats
path: root/home/text.asm
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 /home/text.asm
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 'home/text.asm')
-rw-r--r--home/text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm
index d6baf35c..9bc7f3cf 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -244,7 +244,7 @@ Paragraph::
PageChar::
ldh a, [hUILayoutFlags]
- bit 3, a
+ bit BIT_PAGE_CHAR_IS_NEXT, a
jr z, .pageChar
ld a, "<NEXT>"
jp PlaceNextChar.NotTerminator