summaryrefslogtreecommitdiff
path: root/home/lcd.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-29 19:22:33 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-29 19:22:33 +0100
commit2a7ba6685afac73b824f611bbff228ff73cc51da (patch)
tree4fc88a070fb8a5f2bbb8e98cc9c6f74e3b4e6888 /home/lcd.asm
parent3c6c80f1b24487ae4aa9d250d1dff290f09c231e (diff)
Clean up changes in 3c6c80f
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 e516db9d6..dfb174ee1 100644
--- a/home/lcd.asm
+++ b/home/lcd.asm
@@ -62,7 +62,7 @@ DisableLCD:: ; 568
jr nz, .wait
ld a, [rLCDC]
- and $ff ^ 1 << rLCDC_ENABLE
+ and $ff ^ (1 << rLCDC_ENABLE)
ld [rLCDC], a
xor a