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 b78f1d13a..432635d51 100644 --- a/home/lcd.asm +++ b/home/lcd.asm @@ -56,7 +56,7 @@ DisableLCD:: jr nz, .wait ldh a, [rLCDC] - and $ff ^ (1 << rLCDC_ENABLE) + and ~(1 << rLCDC_ENABLE) ldh [rLCDC], a xor a |