summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index e86ee00b7..4fea80c50 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -131,7 +131,7 @@ VBlank0::
ld [wTextDelayFrames], a
.ok2
- call Joypad
+ call UpdateJoypad
ld a, BANK(_UpdateSound)
rst Bankswitch
@@ -325,7 +325,7 @@ VBlank4::
call hTransferVirtualOAM
- call Joypad
+ call UpdateJoypad
xor a
ld [wVBlankOccurred], a
@@ -364,7 +364,7 @@ VBlank5::
xor a
ld [wVBlankOccurred], a
- call Joypad
+ call UpdateJoypad
xor a
ldh [rIF], a