Decompile func0f11e844

This commit is contained in:
Ryan Dwyer
2020-11-15 00:55:34 +10:00
parent c79088fab9
commit b4a0975bd5
5 changed files with 89 additions and 287 deletions
+2 -2
View File
@@ -132,8 +132,8 @@ void func0f11e618(char *src, char *dst, u32 len);
s8 pakSearch(s32 arg0);
u32 func0f11e750(void);
bool func0f11e78c(void);
u32 func0f11e7f0(void);
s32 func0f11e844(s8 arg0);
s32 func0f11e7f0(char *arg0, struct pakthing *arg1);
s32 func0f11e844(s8 device);
u32 func0f11ea34(void);
extern const char var7f1b423c[];
+1 -1
View File
@@ -3,6 +3,6 @@
#include <ultra64.h>
#include "types.h"
u32 func00006330(void);
s32 func00006330(struct var800a3180 *arg0, u32 arg1);
#endif
+1 -1
View File
@@ -5,6 +5,6 @@
s32 func00050a00(s32 arg0, s32 arg1, OSPfsState *note);
u32 func00050be0(void);
u32 func00050d60(void);
s32 func00050d60(struct var800a3180 *arg0, char *arg1, u8 *arg2);
#endif
+12 -1
View File
@@ -5142,7 +5142,10 @@ struct var800a2380 {
/*0x2b0*/ u32 unk2b0;
/*0x2b4*/ f32 unk2b4;
/*0x2b8*/ u8 unk2b8_01 : 1;
/*0x2b8*/ u8 unk2b8_02 : 4;
/*0x2b8*/ u8 unk2b8_02 : 1;
/*0x2b8*/ u8 unk2b8_03 : 1;
/*0x2b8*/ u8 unk2b8_04 : 1;
/*0x2b8*/ u8 unk2b8_05 : 1;
/*0x2b8*/ u8 unk2b8_06 : 1;
/*0x2b9*/ u8 unk2b9;
/*0x2ba*/ u8 unk2ba;
@@ -6845,4 +6848,12 @@ struct remoteminething {
};
};
struct pakthing {
u32 unk00;
u32 unk04;
u32 unk08;
u32 unk0c;
u16 unk10;
};
#endif