Clean up changes in 3c6c80f

This commit is contained in:
xCrystal
2017-12-29 19:22:33 +01:00
parent 3c6c80f1b2
commit 2a7ba6685a
10 changed files with 23 additions and 20 deletions

View File

@@ -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