summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 87f800a3..a4882007 100644
--- a/home.asm
+++ b/home.asm
@@ -1162,7 +1162,7 @@ CloseTextDisplay:: ; 29e8 (0:29e8)
ld a,[W_CURMAP]
call SwitchToMapRomBank
ld a,$90
- ld [hVBlankWY],a ; move the window off the screen
+ ld [hWY],a ; move the window off the screen
call DelayFrame
call LoadGBPal
xor a