mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-15 05:10:11 -04:00
+12
-7
@@ -4238,16 +4238,21 @@ block_4:
|
||||
GLOBAL_ASM("asm/non_matchings/audio/external/func_800C8F80.s")
|
||||
#endif
|
||||
|
||||
#ifdef MIPS_TO_C
|
||||
#ifdef NON_MATCHING
|
||||
//generated by mips_to_c commit 3c3b0cede1a99430bfd3edf8d385802b94f91307
|
||||
void func_800C5578(void *, s32); // extern
|
||||
extern ? D_800E9F7C;
|
||||
//void func_800C5578(void *, s32); // extern
|
||||
|
||||
void func_800C9018(s32 arg0) {
|
||||
s32 temp_a2;
|
||||
typedef struct {
|
||||
s32 unk0[0x3C];
|
||||
} UnkStruct_800E9F7C;
|
||||
|
||||
temp_a2 = arg0 & 0xFF;
|
||||
func_800C5578((temp_a2 * 0x3C) + &D_800E9F7C, temp_a2);
|
||||
extern UnkStruct_800E9F7C D_800E9F7C[];
|
||||
|
||||
void func_800C9018(u8 arg0, s32 arg1) {
|
||||
//s32 temp_a2;
|
||||
|
||||
//temp_a2 = arg0;
|
||||
func_800C5578(D_800E9F7C->unk0[arg0], arg1);
|
||||
}
|
||||
#else
|
||||
GLOBAL_ASM("asm/non_matchings/audio/external/func_800C9018.s")
|
||||
|
||||
Reference in New Issue
Block a user