summaryrefslogtreecommitdiff
path: root/home/joypad2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/joypad2.asm')
-rw-r--r--home/joypad2.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/home/joypad2.asm b/home/joypad2.asm
index 139dd3f5..30f9f788 100644
--- a/home/joypad2.asm
+++ b/home/joypad2.asm
@@ -66,7 +66,11 @@ WaitForTextScrollButtonPress::
ld a, [wTownMapSpriteBlinkingEnabled]
and a
jr z, .skipAnimation
- call TownMapSpriteBlinkingAnimation
+ push de
+ push bc
+ callfar TownMapSpriteBlinkingAnimation
+ pop bc
+ pop de
.skipAnimation
hlcoord 18, 16
call HandleDownArrowBlinkTiming
@@ -88,6 +92,7 @@ ManualTextScroll::
cp LINK_STATE_BATTLING
jr z, .inLinkBattle
call WaitForTextScrollButtonPress
+ call WaitForSoundToFinish
ld a, SFX_PRESS_AB
jp PlaySound
.inLinkBattle