diff options
| author | enzofc708 <47937189+enzofc708@users.noreply.github.com> | 2025-08-12 10:24:54 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 15:24:54 +0200 |
| commit | be02098914d37fda7796a39d0c8332c2ab88c235 (patch) | |
| tree | 23c9731f269b2d4189d8da0660328e8df692a7e5 /include/Player/PlayerControlData.hpp | |
| parent | 82f54b2f075e7f6612b80edf52b37bb6377e0d49 (diff) | |
Decomp LinkStateDamage (#133)
* match first functions
* add more functions
* match more functions
* match last function
* fix EUR relocs file
* match some data
* fix PR comments
* match vfunc_24
* fixed most of .data
* match symbol names
---------
Co-authored-by: Yanis002 <35189056+Yanis002@users.noreply.github.com>
Diffstat (limited to 'include/Player/PlayerControlData.hpp')
| -rw-r--r-- | include/Player/PlayerControlData.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Player/PlayerControlData.hpp b/include/Player/PlayerControlData.hpp index cdcd8db8..edf90602 100644 --- a/include/Player/PlayerControlData.hpp +++ b/include/Player/PlayerControlData.hpp @@ -15,7 +15,7 @@ public: /* 010 */ unk32 mUnk_010; /* 014 */ unk32 mUnk_014; /* 018 */ unk32 mStateUnk; - /* 01c */ Vec3p mUnk_01c; + /* 01c */ Vec3p mLastJumpLocation; // vector from last location of the player before jumping? /* 028 */ unk16 mUnk_028; /* 02a */ unk16 mUnk_02a; /* 02c */ unk16 mUnk_02c; |
