diff options
Diffstat (limited to 'home/lcd.asm')
-rw-r--r-- | home/lcd.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/lcd.asm b/home/lcd.asm index 68edf9b0f..e50672f95 100644 --- a/home/lcd.asm +++ b/home/lcd.asm @@ -6,7 +6,7 @@ Unreferenced_Function547:: ret nz ld c, a ld a, [wLYOverrides] - ld [$ff00+c], a + ldh [c], a ret LCD:: @@ -25,7 +25,7 @@ LCD:: ldh a, [hLCDCPointer] ld c, a ld a, b - ld [$ff00+c], a + ldh [c], a pop bc .done |