From 25048bd12dfb1f7182be32f1dba24616c6175377 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Fri, 19 Jan 2018 00:16:08 -0500 Subject: =?UTF-8?q?wiggle=20=E2=86=92=20wobble?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- audio/sfx.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/sfx.asm') diff --git a/audio/sfx.asm b/audio/sfx.asm index a47f521e0..864e56558 100644 --- a/audio/sfx.asm +++ b/audio/sfx.asm @@ -2,8 +2,8 @@ Sfx_PokeballsPlacedOnTable: ; f0941 musicheader 1, 5, Sfx_PokeballsPlacedOnTable_Ch5 ; f0944 -Sfx_BallWiggle: ; f0944 - musicheader 1, 5, Sfx_BallWiggle_Ch5 +Sfx_BallWobble: ; f0944 + musicheader 1, 5, Sfx_BallWobble_Ch5 ; f0947 Sfx_Potion: ; f0947 @@ -4075,7 +4075,7 @@ Sfx_PokeballsPlacedOnTable_Ch5: ; f1d21 endchannel ; f1d32 -Sfx_BallWiggle_Ch5: ; f1d32 +Sfx_BallWobble_Ch5: ; f1d32 dutycycle $2 soundinput $3a sound __, 5, $f2, $0400 -- cgit v1.2.3