aboutsummaryrefslogtreecommitdiffstats
path: root/home/predef_text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/predef_text.asm')
-rw-r--r--home/predef_text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/predef_text.asm b/home/predef_text.asm
index 1537ad5b..61e22fce 100644
--- a/home/predef_text.asm
+++ b/home/predef_text.asm
@@ -1,9 +1,9 @@
PrintPredefTextID::
- ldh [hSpriteIndexOrTextID], a
+ ldh [hTextID], a
ld hl, TextPredefs
call SetMapTextPointer
ld hl, wTextPredefFlag
- set 0, [hl]
+ set BIT_TEXT_PREDEF, [hl]
call DisplayTextID
RestoreMapTextPointer::