Decomp, three audio functions (#7069)

This commit is contained in:
djevangelia
2026-08-14 22:01:49 +02:00
committed by GitHub
parent 9782faba44
commit e048afd10a
111 changed files with 1203 additions and 1223 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ void Audio_ClearBGMMute(u8 channelIdx) {
}
}
void Audio_PlaySoundGeneral(u16 sfxId, Vec3f* pos, u8 token, f32* freqScale, f32* vol, s8* reverbAdd) {
void Audio_PlaySfxGeneral(u16 sfxId, Vec3f* pos, u8 token, f32* freqScale, f32* vol, s8* reverbAdd) {
size_t i;
SoundRequest* req;