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 59bf22727..1d6671117 100644 --- a/home/lcd.asm +++ b/home/lcd.asm @@ -15,7 +15,7 @@ LCD:: and a jr z, .done -; At this point it's assumed we're in WRAM bank 5! +; At this point it's assumed we're in BANK(wLYOverrides)! push bc ldh a, [rLY] ld c, a |