summaryrefslogtreecommitdiff
path: root/arm9/src/sound.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-06-26 09:09:16 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-06-26 09:09:16 -0400
commitc7a27c188361ac6cb261b3e86792560d4b295483 (patch)
tree670f27a5166c099ef8f7454a256270bf94662fb1 /arm9/src/sound.c
parent42afbf282d1995ec1970370abd200d7eb6baf8a7 (diff)
parent981bf953cbf711eca70d31ccec297ac38501ffd8 (diff)
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm9/src/sound.c')
-rw-r--r--arm9/src/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/sound.c b/arm9/src/sound.c
index 7fba715c..d971872f 100644
--- a/arm9/src/sound.c
+++ b/arm9/src/sound.c
@@ -41,7 +41,7 @@ void InitSoundData(u32 a0, struct Options * a1)
FUN_02004D60(a1->unk0_4);
}
-void FUN_02003C10(void)
+void DoSoundUpdateFrame(void)
{
struct SoundData * sdat = GetSoundDataPointer();
if (!FUN_02003D04())