summaryrefslogtreecommitdiff
path: root/home/window.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/window.asm')
-rw-r--r--home/window.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/window.asm b/home/window.asm
index 8ccb9de9..1be272f9 100644
--- a/home/window.asm
+++ b/home/window.asm
@@ -139,7 +139,7 @@ PlaceMenuCursor::
jr z, .checkForArrow1
ld bc, 40
push af
- ldh a, [hFlagsFFFA]
+ ldh a, [hUILayoutFlags]
bit 1, a ; is the menu double spaced?
jr z, .doubleSpaced1
ld bc, 20
@@ -163,7 +163,7 @@ PlaceMenuCursor::
jr z, .checkForArrow2
ld bc, 40
push af
- ldh a, [hFlagsFFFA]
+ ldh a, [hUILayoutFlags]
bit 1, a ; is the menu double spaced?
jr z, .doubleSpaced2
ld bc, 20