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 /src/00_Core/Player/LinkStateBase.cpp | |
| 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 'src/00_Core/Player/LinkStateBase.cpp')
| -rw-r--r-- | src/00_Core/Player/LinkStateBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/LinkStateBase.cpp b/src/00_Core/Player/LinkStateBase.cpp index a750d276..d08091cc 100644 --- a/src/00_Core/Player/LinkStateBase.cpp +++ b/src/00_Core/Player/LinkStateBase.cpp @@ -74,7 +74,7 @@ unk32 LinkStateBase::Grab() {} s32 LinkStateBase::Get_PlayerLinkBase_Unk44() {} bool LinkStateBase::IsEquipBeingUsed(ItemFlag id) {} EquipItem *LinkStateBase::GetEquipItem(ItemFlag id) {} -void *LinkStateBase::func_ov00_020a8d40() {} +UnkStruct_027e0fd4 *LinkStateBase::func_ov00_020a8d40() {} unk32 LinkStateBase::func_ov00_020a8d50() {} unk32 LinkStateBase::func_ov00_020a8d6c() {} s32 LinkStateBase::PlayerControlData_vfunc_14(s32 param1) {} |
