summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-08-25 14:34:25 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-08-25 14:34:25 -0400
commit1c0fff7668dffccbc498bdaddfe4dcdf6fb08c7e (patch)
tree502a848e0d7399e8d9855f2e4937b42bb8354022 /home
parenteb1e3636bb71509546c274bf2a5910d8e71a9600 (diff)
hLabel - $ff00 -> LOW(hLabel)
Diffstat (limited to 'home')
-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]