diff options
author | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
commit | a81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch) | |
tree | 411e4d684f723edb152ca1631a215c12f980c44c /home.asm | |
parent | 6866df277f7f7685ae087c9e54d537873a941575 (diff) |
Rename hVBlank* constants to h*.
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |