Decompile func0f0bb69c

This commit is contained in:
Ryan Dwyer
2020-08-01 23:15:55 +10:00
parent 3a195050e4
commit b20191cd6d
3 changed files with 54 additions and 139 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ u32 func0f0c1f08(void);
void func0f0c1ff4(void);
void propPlayerGetBbox(struct prop *prop, f32 *width, f32 *ymax, f32 *ymin);
f32 currentPlayerGetHealth(void);
u32 func0f0c21a4(void);
f32 func0f0c21a4(void);
void func0f0c2210(f32 shield);
s32 getMissionTime(void);
u32 func0f0c228c(struct prop *prop);
+5 -5
View File
@@ -2042,11 +2042,11 @@ struct player {
/*0x00d8*/ bool isdead;
/*0x00dc*/ f32 bondhealth;
/*0x00e0*/ u32 unk00e0;
/*0x00e4*/ f32 unk00e4;
/*0x00e8*/ f32 unk00e8;
/*0x00ec*/ f32 unk00ec;
/*0x00f0*/ f32 unk00f0;
/*0x00f4*/ u32 unk00f4;
/*0x00e4*/ f32 oldhealth;
/*0x00e8*/ f32 oldarmour;
/*0x00ec*/ f32 apparenthealth;
/*0x00f0*/ f32 apparentarmour;
/*0x00f4*/ u32 damageshowtime;
/*0x00f8*/ f32 healthshowtime;
/*0x00fc*/ u32 healthshowmode;
/*0x0100*/ bool docentreupdown;