diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-26 09:09:16 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-26 09:09:16 -0400 |
commit | c7a27c188361ac6cb261b3e86792560d4b295483 (patch) | |
tree | 670f27a5166c099ef8f7454a256270bf94662fb1 /arm9/src/sound.c | |
parent | 42afbf282d1995ec1970370abd200d7eb6baf8a7 (diff) | |
parent | 981bf953cbf711eca70d31ccec297ac38501ffd8 (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.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()) |