summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 6bac4703..ce82f2cd 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -167,7 +167,7 @@ VBlank1::
or a
jr z, .skip_lcd
ld c, a
- ld a, [wc700]
+ ld a, [wLYOverrides]
ld [$ff00+c], a
.skip_lcd