mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-28 19:31:07 -04:00
audio load.c decomp (#176)
This commit is contained in:
+2
-2
@@ -314,7 +314,7 @@ GLOBAL_ASM("asm/non_matchings/audio/effects/func_800BE5BC.s")
|
||||
|
||||
#ifdef MIPS_TO_C
|
||||
//generated by mips_to_c commit bd0364fa19633bd6201f8007e2d0a7ed87825909
|
||||
extern ? D_803B7088;
|
||||
extern ? gAudioBufferParameters;
|
||||
|
||||
f32 func_800BE5E0(void *arg0) {
|
||||
f32 temp_f0;
|
||||
@@ -352,7 +352,7 @@ loop_6:
|
||||
arg0->unk1 = 0;
|
||||
} else {
|
||||
if (temp_a2 >= 4) {
|
||||
arg0->unk4 = ((temp_a2 * D_803B7088.unkC) / D_803B7088.unk0) / 4;
|
||||
arg0->unk4 = ((temp_a2 * gAudioBufferParameters.unkC) / gAudioBufferParameters.unk0) / 4;
|
||||
}
|
||||
phi_a2 = arg0->unk4;
|
||||
if (arg0->unk4 == 0) {
|
||||
|
||||
Reference in New Issue
Block a user