aboutsummaryrefslogtreecommitdiffstats
path: root/home/text.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-02-13 19:48:21 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2021-02-13 19:48:21 -0500
commit205fd1ac81c2d1dcec010c478979bd6159edc72d (patch)
tree00b70faa84c87265b6ee4e68f0df1fc4946afca2 /home/text.asm
parentProper translation comments in debug_menu.asm (diff)
downloadpokeyellow-205fd1ac81c2d1dcec010c478979bd6159edc72d.tar.gz
pokeyellow-205fd1ac81c2d1dcec010c478979bd6159edc72d.tar.xz
pokeyellow-205fd1ac81c2d1dcec010c478979bd6159edc72d.zip
Identify hUILayoutFlags and hPikachuSpriteVRAMOffset
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/text.asm b/home/text.asm
index 3b6e229c..a8571722 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, [hFlagsFFFA]
+ ldh a, [hUILayoutFlags]
bit 2, a
jr z, .ok
ld bc, SCREEN_WIDTH
@@ -239,7 +239,7 @@ Paragraph::
jp NextChar
PageChar::
- ldh a, [hFlagsFFFA]
+ ldh a, [hUILayoutFlags]
bit 3, a
jr z, .pageChar
ld a, "<NEXT>"