aboutsummaryrefslogtreecommitdiffstats
path: root/home/predef_text.asm
diff options
context:
space:
mode:
authorSylvie <35663410+Rangi42@users.noreply.github.com>2024-09-23 23:51:44 -0400
committerGitHub <noreply@github.com>2024-09-23 23:51:44 -0400
commit8f1dcf07e598c6e3d34b5d255f04faff1667d83b (patch)
treefe962b2c23dd40ad3d69f7145a46a002c3285a76 /home/predef_text.asm
parentRemove the Discord webhook and tools/unnamed.py (diff)
downloadpokeyellow-8f1dcf07e598c6e3d34b5d255f04faff1667d83b.tar.gz
pokeyellow-8f1dcf07e598c6e3d34b5d255f04faff1667d83b.tar.xz
pokeyellow-8f1dcf07e598c6e3d34b5d255f04faff1667d83b.zip
Identify more flag bits (#464)
Diffstat (limited to 'home/predef_text.asm')
-rw-r--r--home/predef_text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/predef_text.asm b/home/predef_text.asm
index bdecd3cf..61e22fce 100644
--- a/home/predef_text.asm
+++ b/home/predef_text.asm
@@ -3,7 +3,7 @@ PrintPredefTextID::
ld hl, TextPredefs
call SetMapTextPointer
ld hl, wTextPredefFlag
- set 0, [hl]
+ set BIT_TEXT_PREDEF, [hl]
call DisplayTextID
RestoreMapTextPointer::