summaryrefslogtreecommitdiff
path: root/arm9/src/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/src/sound.c')
-rw-r--r--arm9/src/sound.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arm9/src/sound.c b/arm9/src/sound.c
index 6efef50a..cf151a0d 100644
--- a/arm9/src/sound.c
+++ b/arm9/src/sound.c
@@ -16,7 +16,6 @@ void GF_InitMic(void);
void GF_SoundDataInit(struct SoundData *);
void FUN_02004088(struct SoundData *);
void FUN_020040A4(struct SoundData *);
-void FUN_02003CE8(int);
void FUN_020040DC(void);
extern void FUN_0200521C(int);
@@ -315,6 +314,5 @@ void GF_InitMic(void)
void FUN_020040DC(void)
{
NNS_SndPlayerStopSeqByPlayerNo(7, 0);
- GetSoundPlayer(7);
- NNS_SndHandleReleaseSeq();
+ NNS_SndHandleReleaseSeq(GetSoundPlayer(7));
}