Decompile func00044460

This commit is contained in:
Ryan Dwyer
2021-11-08 17:11:20 +10:00
parent 37cf292ccf
commit 4bac39d39a
7 changed files with 59 additions and 71 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ extern N_ALSndPlayer var8009c2d0;
extern struct var8009c340 var8009c340;
extern u8 var8009c344[2];
extern u32 var8009c3e0;
extern u8 *var8009c3f4;
extern struct asistream *g_AsiStream;
extern u8 *var8009c640;
extern u8 *var8009c644;
extern u8 var8009c650[];
+2 -2
View File
@@ -5,9 +5,9 @@
#include "types.h"
u32 func00043dd0(void);
u32 func00043ef8(void);
void func00043ef8(struct asistream *stream, s32 arg1);
u32 func00044404(void);
s32 func00044460(s32 arg0, void *arg1, s32 arg2);
struct asistream *func00044460(s32 arg0, void *arg1, s32 arg2);
s32 func0004453c(s32 arg0, s32 *arg1, s32 *arg2);
#endif
+21
View File
@@ -7361,4 +7361,25 @@ struct sndstate {
#endif
};
struct asistream {
s32 unk00;
void *unk04;
s32 unk08;
s32 unk0c;
s32 unk10;
s32 unk14;
s32 unk18;
u8 unk1c[0x2000];
s32 unk201c;
s32 unk2020;
u8 unk2024[0x1b7c];
s32 unk3ba0;
u8 unk3ba4[0x2ec0];
u8 unk6a64[0x900];
u8 unk7364[0x1110];
u32 unk8474;
u32 unk8478;
u32 unk847c;
};
#endif