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