summaryrefslogtreecommitdiff
path: root/home/vblank.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/vblank.asm')
-rw-r--r--home/vblank.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/home/vblank.asm b/home/vblank.asm
index 04726475..88923ee0 100644
--- a/home/vblank.asm
+++ b/home/vblank.asm
@@ -128,7 +128,7 @@ VBlank0::
ld [wTextDelayFrames], a
.ok2
- call Joypad
+ call UpdateJoypad
ld a, BANK(_UpdateSound)
rst Bankswitch
@@ -233,7 +233,7 @@ VBlank4::
call hTransferVirtualOAM
- call Joypad
+ call UpdateJoypad
xor a
ld [wVBlankOccurred], a
@@ -271,7 +271,7 @@ VBlank5::
xor a
ld [wVBlankOccurred], a
- call Joypad
+ call UpdateJoypad
xor a
ldh [rIF], a
@@ -336,7 +336,7 @@ VBlank3::
sbc b
ldh [hRandomSub], a
- call Joypad
+ call UpdateJoypad
ldh a, [hROMBank]
ld [wROMBankBackup], a