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