diff options
Diffstat (limited to 'arm9/src/sound.c')
-rw-r--r-- | arm9/src/sound.c | 2 |
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()) |