summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-02-13 19:48:34 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2021-02-13 19:48:34 -0500
commit95353fdefa95440eba012509722f2058739d45fe (patch)
tree224e69bcaafc7427f407bc9678e7bf2e8784cb51 /home/text.asm
parent83f7d224c8c784deccc0b9ea49c833899efe0197 (diff)
Identify hUILayoutFlags
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 ad0c4fd8..244c6fdb 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -62,7 +62,7 @@ PlaceNextChar::
cp "<NEXT>"
jr nz, .NotNext
ld bc, 2 * SCREEN_WIDTH
- ldh a, [hFlagsFFF6]
+ ldh a, [hUILayoutFlags]
bit 2, a
jr z, .ok
ld bc, SCREEN_WIDTH