summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-09-23 15:02:03 -0700
committeryenatch <yenatch@gmail.com>2014-09-23 15:02:03 -0700
commita81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch)
tree411e4d684f723edb152ca1631a215c12f980c44c /home.asm
parent6866df277f7f7685ae087c9e54d537873a941575 (diff)
Rename hVBlank* constants to h*.
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