Decompile func0f024738

This commit is contained in:
Ryan Dwyer
2021-12-08 20:27:31 +10:00
parent 86b01cf66d
commit ce35215f8a
5 changed files with 141 additions and 272 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ extern u8 var80062948;
extern u8 var8006294c;
extern u32 var80062950;
extern bool g_WeatherTickEnabled;
extern void *var80062960;
extern struct var80062960 *var80062960;
extern f32 var80062968;
extern bool var8006296c;
extern s32 g_SelectedAnimNum;
+1 -1
View File
@@ -57,7 +57,7 @@ void mtx4Align(f32 mtx[4][4], f32 radians, f32 x, f32 y, f32 z);
void mtx4LoadRotationFrom(f32 src[4][4], f32 dst[4][4]);
void mtx000170e4(f32 src[4][4], f32 dst[4][4]);
void mtx0001719c(f32 arg0[4][4], f32 arg1[4][4]);
u32 mtx000172f0(void);
void mtx000172f0(f32 arg0[4][4], f32 arg1[4][4]);
void mtx00017588(f32 arg0[4][4], f32 arg1[4][4]);
void mtx00017614(f32 arg0[4][4], f32 arg1[4][4]);
f32 mtx00017a78(f32 arg0[4][4]);
+39
View File
@@ -7353,4 +7353,43 @@ struct hatposition {
f32 unk14;
};
struct var80062960 {
/*0x000*/ struct prop *prop;
/*0x004*/ bool unk004;
/*0x008*/ f32 unk008;
/*0x00c*/ bool unk00c;
/*0x010*/ struct modelrodata_bbox bbox;
/*0x02c*/ Mtxf unk02c;
/*0x06c*/ Mtxf unk06c;
/*0x0ac*/ Mtxf unk0ac;
/*0x0ec*/ u32 unk0ec;
/*0x0f0*/ u32 unk0f0;
/*0x0f4*/ u32 unk0f4;
/*0x0f8*/ u32 unk0f8;
/*0x0fc*/ u32 unk0fc;
/*0x100*/ u32 unk100;
/*0x104*/ u32 unk104;
/*0x108*/ u32 unk108;
/*0x10c*/ u32 unk10c;
/*0x110*/ u32 unk110;
/*0x114*/ u32 unk114;
/*0x118*/ u32 unk118;
/*0x11c*/ u32 unk11c;
/*0x120*/ u32 unk120;
/*0x124*/ u32 unk124;
/*0x128*/ u32 unk128;
/*0x12c*/ f32 unk12c;
/*0x130*/ u32 unk130;
/*0x134*/ u32 unk134;
/*0x138*/ u32 unk138;
/*0x13c*/ u32 unk13c;
/*0x140*/ u32 unk140;
/*0x144*/ u32 unk144;
/*0x148*/ u32 unk148;
/*0x14c*/ u32 unk14c;
/*0x150*/ u32 unk150;
/*0x154*/ u32 unk154;
/*0x158*/ u32 unk158;
};
#endif