mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 00:26:53 -04:00
Decompile func0f0a6c30
This commit is contained in:
+163
-954
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@
|
||||
|
||||
void func0f097ba0(s32 handnum, s32 weaponnum);
|
||||
s32 func0f097d0c(s32 weaponnum);
|
||||
u32 func0f097d64(void);
|
||||
void func0f097d64(void);
|
||||
u32 func0f097df0(void);
|
||||
u32 func0f097e74(void);
|
||||
u32 func0f097f28(void);
|
||||
@@ -131,9 +131,9 @@ u32 func0f0a45d0(void);
|
||||
u32 func0f0a46a4(void);
|
||||
u32 func0f0a4e44(void);
|
||||
u32 func0f0a5300(void);
|
||||
u32 func0f0a5550(void);
|
||||
u32 func0f0a695c(void);
|
||||
u32 func0f0a6c30(void);
|
||||
void func0f0a5550(s32 handnum);
|
||||
void func0f0a695c(void);
|
||||
void func0f0a6c30(void);
|
||||
s32 func0f0a70f8(void);
|
||||
void func0f0a7138(Gfx **gdl);
|
||||
struct audiohandle **func0f0a7d5c(void);
|
||||
|
||||
@@ -345,7 +345,7 @@ void func0f0904e0(void);
|
||||
bool func0f090520(void);
|
||||
void func0f09054c(void);
|
||||
Gfx *func0f0908b8(Gfx *gdl);
|
||||
u32 func0f090d34(void);
|
||||
void func0f090d34(void);
|
||||
void alarmTick(void);
|
||||
void func0f091030(void);
|
||||
void func0f0910ac(void);
|
||||
|
||||
+6
-3
@@ -2620,6 +2620,9 @@ struct player {
|
||||
/*0x024c*/ s16 invdowntime;
|
||||
/*0x024e*/ s16 usedowntime;
|
||||
/*0x0250*/ u8 activemenumode;
|
||||
/*0x0251*/ u8 unk0251;
|
||||
/*0x0252*/ u8 unk0252;
|
||||
/*0x0253*/ u8 unk0253;
|
||||
/*0x0254*/ s32 erasertime; // related to FarSight's auto tracking
|
||||
/*0x0258*/ f32 autoeraserdist;
|
||||
/*0x025c*/ struct prop *autoerasertarget;
|
||||
@@ -2628,9 +2631,9 @@ struct player {
|
||||
/*0x0268*/ bool eyesshut;
|
||||
/*0x026c*/ f32 eyesshutfrac;
|
||||
/*0x0270*/ u8 epcol_0;
|
||||
/*0x0270*/ u8 epcol_1;
|
||||
/*0x0270*/ u8 epcol_2;
|
||||
/*0x0270*/ u8 flashbang;
|
||||
/*0x0271*/ u8 epcol_1;
|
||||
/*0x0272*/ u8 epcol_2;
|
||||
/*0x0273*/ u8 flashbang;
|
||||
/*0x0274*/ bool waitforzrelease;
|
||||
/*0x0278*/ f32 shieldshowrot;
|
||||
/*0x027c*/ u32 shieldshowrnd;
|
||||
|
||||
Reference in New Issue
Block a user