summaryrefslogtreecommitdiff
path: root/home/lcd.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/lcd.asm')
-rw-r--r--home/lcd.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/lcd.asm b/home/lcd.asm
index 7b78e5688..68edf9b0f 100644
--- a/home/lcd.asm
+++ b/home/lcd.asm
@@ -2,7 +2,7 @@
Unreferenced_Function547::
ldh a, [hLCDCPointer]
- cp rSCX - $ff00
+ cp LOW(rSCX)
ret nz
ld c, a
ld a, [wLYOverrides]