summaryrefslogtreecommitdiff
path: root/engine/hidden_object_functions17.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/hidden_object_functions17.asm')
-rwxr-xr-xengine/hidden_object_functions17.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/hidden_object_functions17.asm b/engine/hidden_object_functions17.asm
index f1a07542..d966b720 100755
--- a/engine/hidden_object_functions17.asm
+++ b/engine/hidden_object_functions17.asm
@@ -64,7 +64,7 @@ DisplayMonFrontSpriteInBox: ; 5dbd9 (17:5bd9)
ld [H_AUTOBGTRANSFERENABLED], a ; $ffba
call Delay3
xor a
- ld [hVBlankWY], a
+ ld [hWY], a
call SaveScreenTilesToBuffer1
ld a, $11
ld [wd125], a
@@ -83,7 +83,7 @@ DisplayMonFrontSpriteInBox: ; 5dbd9 (17:5bd9)
call LoadScreenTilesFromBuffer1
call Delay3
ld a, $90
- ld [hVBlankWY], a
+ ld [hWY], a
ret
PrintBlackboardLinkCableText: ; 5dc1a (17:5c1a)