mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-06 17:42:34 -04:00
Decompile currentPlayerUpdateHeadRot
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
u32 func0f113220(void);
|
||||
u32 func0f11323c(void);
|
||||
void currentPlayerUpdateHeadPos(struct coord *vel);
|
||||
u32 func0f1135b0(void);
|
||||
void currentPlayerUpdateHeadRot(struct coord *lookvel, struct coord *upvel);
|
||||
u32 func0f1137c8(void);
|
||||
u32 func0f1138a4(void);
|
||||
u32 func0f113f10(void);
|
||||
|
||||
+8
-16
@@ -1242,30 +1242,22 @@ struct player {
|
||||
/*0x037c*/ u32 unk037c;
|
||||
/*0x0380*/ u32 unk0380;
|
||||
/*0x0384*/ u32 unk0384;
|
||||
/*0x0388*/ struct coord headlook;
|
||||
/*0x0394*/ struct coord headup;
|
||||
/*0x0388*/ struct coord unk0388;
|
||||
/*0x0394*/ struct coord unk0394;
|
||||
/*0x03a0*/ bool resetheadpos;
|
||||
/*0x03a4*/ u32 unk03a4;
|
||||
/*0x03a4*/ bool resetheadrot;
|
||||
/*0x03a8*/ u32 unk03a8;
|
||||
/*0x03ac*/ u32 unk03ac;
|
||||
/*0x03b0*/ u32 unk03b0;
|
||||
/*0x03b0*/ f32 headamp;
|
||||
/*0x03b4*/ u32 unk03b4;
|
||||
/*0x03b8*/ u32 unk03b8;
|
||||
/*0x03bc*/ u32 unk03bc;
|
||||
/*0x03c0*/ struct coord headpos;
|
||||
/*0x03cc*/ u32 unk03cc;
|
||||
/*0x03d0*/ u32 unk03d0;
|
||||
/*0x03d4*/ u32 unk03d4;
|
||||
/*0x03d8*/ u32 unk03d8;
|
||||
/*0x03dc*/ u32 unk03dc;
|
||||
/*0x03e0*/ u32 unk03e0;
|
||||
/*0x03cc*/ struct coord headlook;
|
||||
/*0x03d8*/ struct coord headup;
|
||||
/*0x03e4*/ struct coord headpossum;
|
||||
/*0x03f0*/ u32 unk03f0;
|
||||
/*0x03f4*/ u32 unk03f4;
|
||||
/*0x03f8*/ u32 unk03f8;
|
||||
/*0x03fc*/ u32 unk03fc;
|
||||
/*0x0400*/ u32 unk0400;
|
||||
/*0x0404*/ u32 unk0404;
|
||||
/*0x03f0*/ struct coord headlooksum;
|
||||
/*0x03fc*/ struct coord headupsum;
|
||||
/*0x0408*/ u32 unk0408;
|
||||
/*0x040c*/ u32 unk040c;
|
||||
/*0x0410*/ u32 unk0410;
|
||||
|
||||
Reference in New Issue
Block a user