mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-26 22:31:56 -04:00
Decompile currentPlayerUpdateHeadPos
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
u32 func0f113220(void);
|
||||
u32 func0f11323c(void);
|
||||
u32 func0f1134bc(void);
|
||||
void currentPlayerUpdateHeadPos(struct coord *vel);
|
||||
u32 func0f1135b0(void);
|
||||
u32 func0f1137c8(void);
|
||||
u32 func0f1138a4(void);
|
||||
|
||||
+3
-7
@@ -1244,7 +1244,7 @@ struct player {
|
||||
/*0x0384*/ u32 unk0384;
|
||||
/*0x0388*/ struct coord headlook;
|
||||
/*0x0394*/ struct coord headup;
|
||||
/*0x03a0*/ u32 unk03a0;
|
||||
/*0x03a0*/ bool resetheadpos;
|
||||
/*0x03a4*/ u32 unk03a4;
|
||||
/*0x03a8*/ u32 unk03a8;
|
||||
/*0x03ac*/ u32 unk03ac;
|
||||
@@ -1252,18 +1252,14 @@ struct player {
|
||||
/*0x03b4*/ u32 unk03b4;
|
||||
/*0x03b8*/ u32 unk03b8;
|
||||
/*0x03bc*/ u32 unk03bc;
|
||||
/*0x03c0*/ u32 unk03c0;
|
||||
/*0x03c4*/ u32 unk03c4;
|
||||
/*0x03c8*/ u32 unk03c8;
|
||||
/*0x03c0*/ struct coord headpos;
|
||||
/*0x03cc*/ u32 unk03cc;
|
||||
/*0x03d0*/ u32 unk03d0;
|
||||
/*0x03d4*/ u32 unk03d4;
|
||||
/*0x03d8*/ u32 unk03d8;
|
||||
/*0x03dc*/ u32 unk03dc;
|
||||
/*0x03e0*/ u32 unk03e0;
|
||||
/*0x03e4*/ u32 unk03e4;
|
||||
/*0x03e8*/ u32 unk03e8;
|
||||
/*0x03ec*/ u32 unk03ec;
|
||||
/*0x03e4*/ struct coord headpossum;
|
||||
/*0x03f0*/ u32 unk03f0;
|
||||
/*0x03f4*/ u32 unk03f4;
|
||||
/*0x03f8*/ u32 unk03f8;
|
||||
|
||||
Reference in New Issue
Block a user