diff options
Diffstat (limited to 'home/lcd.asm')
-rw-r--r-- | home/lcd.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/lcd.asm b/home/lcd.asm index 5a1b6cfda..216941995 100644 --- a/home/lcd.asm +++ b/home/lcd.asm @@ -3,7 +3,7 @@ Function547:: ; 547 ld a, [hLCDStatCustom] - cp rSCX & $ff + cp rSCX - $ff00 ret nz ld c, a ld a, [LYOverrides] |