mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-14 22:08:52 -04:00
Decompile currentPlayerUpdatePrevPosGrab
This commit is contained in:
@@ -15,7 +15,7 @@ u32 func0f0cdef0(void);
|
||||
u32 func0f0cdf64(void);
|
||||
u32 func0f0cdfbc(void);
|
||||
u32 func0f0ce0bc(void);
|
||||
u32 func0f0ce100(void);
|
||||
void currentPlayerUpdatePrevPosGrab(void);
|
||||
u32 func0f0ce178(void);
|
||||
u32 func0f0ce1ac(void);
|
||||
u32 func0f0ce450(void);
|
||||
|
||||
@@ -23,7 +23,7 @@ u32 func0f0c6080(void);
|
||||
u32 func0f0c6180(void);
|
||||
u32 func0f0c6318(void);
|
||||
u32 func0f0c63bc(void);
|
||||
void currentPlayerUpdatePrevPos(void);
|
||||
void currentPlayerUpdatePrevPosWalk(void);
|
||||
void func0f0c65a8(void);
|
||||
u32 func0f0c65c8(void);
|
||||
void currentPlayerApplyCrouchSpeedTheta(void);
|
||||
|
||||
+2
-4
@@ -2604,10 +2604,8 @@ struct player {
|
||||
/*0x19f0*/ u32 unk19f0;
|
||||
/*0x19f4*/ u32 unk19f4;
|
||||
/*0x19f8*/ u32 unk19f8;
|
||||
/*0x19fc*/ u32 unk19fc;
|
||||
/*0x1a00*/ u32 unk1a00;
|
||||
/*0x1a04*/ u32 unk1a04;
|
||||
/*0x1a08*/ u32 unk1a08;
|
||||
/*0x19fc*/ f32 bondprevtheta;
|
||||
/*0x1a00*/ struct coord grabbedprevpos;
|
||||
/*0x1a0c*/ u32 unk1a0c;
|
||||
/*0x1a10*/ u32 unk1a10;
|
||||
/*0x1a14*/ u32 unk1a14;
|
||||
|
||||
Reference in New Issue
Block a user