From ab66ccdffdbc0fc9bc6ce94ee6b7430cbcbe5812 Mon Sep 17 00:00:00 2001 From: Christian <50080567+ChrisNonyminus@users.noreply.github.com> Date: Mon, 21 Nov 2022 09:35:36 -0700 Subject: [PATCH] Update src/audio.h Co-authored-by: David Benepe --- src/audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audio.h b/src/audio.h index 7db02915..7b29c989 100644 --- a/src/audio.h +++ b/src/audio.h @@ -135,7 +135,7 @@ void func_80063A90(ALSeqPlayer *seqp, u8 chan); void play_sound_global(u16 soundID, s32* soundMask); //Non matching. void func_8000232C(ALSeqPlayer *seqp, void *ptr, u8 *arg2, ALCSeq *seq); //Non Matching -f32 audio_get_chr_select_anim_frac(void); //Non Matching +f32 audio_get_chr_select_anim_frac(void); void func_80009B7C(s32 *arg0, f32 x, f32 y, f32 z); // Non Matching void func_8000974C(s32, f32, f32, f32, s32, s32, s32, s32, s32, s32, s32, s32);