mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
Decompile func0f0bb69c
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user