diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-02-03 23:53:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-03 23:53:59 +0100 |
| commit | 66fa3f0623820bc4fb099289a398453cd28e4ed9 (patch) | |
| tree | 49de846e0516c9490ea31fd14a867cc14253f7e4 /src/05/Player/LinkStateRoll.cpp | |
| parent | 48bbd8bb7f008ac913cabb6f7faf4a47ad86878b (diff) | |
| parent | 2bd1bbd10b1ba5a595372a3313e80e4274a4e912 (diff) | |
Merge pull request #59 from AetiasHax/ghidra-symbols
Import documentation from Ghidra server
Diffstat (limited to 'src/05/Player/LinkStateRoll.cpp')
| -rw-r--r-- | src/05/Player/LinkStateRoll.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/05/Player/LinkStateRoll.cpp b/src/05/Player/LinkStateRoll.cpp new file mode 100644 index 00000000..4c48f029 --- /dev/null +++ b/src/05/Player/LinkStateRoll.cpp @@ -0,0 +1,23 @@ +#include "Player/LinkStateRoll.hpp" +#include "Player/LinkStateDamage.hpp" + +s32 LinkStateRoll::func_ov005_02106c80(u32 param1) {} +void LinkStateRoll::vfunc_1c() {} +void LinkStateRoll::func_ov005_02106cd0() {} +LinkStateDamage *GetLinkStateDamage() {} +void LinkStateRoll::func_ov005_02107208(u32 param1) {} +void LinkStateRoll::func_ov005_02107214() {} +void LinkStateRoll::func_ov005_021073b8() {} +void LinkStateRoll::func_ov005_021075bc() {} +LinkStateItem *GetLinkStateItem() {} +void LinkStateRoll::func_ov005_02107880() {} +void LinkStateRoll::func_ov005_02107954(unk32 param1, unk32 param2, unk32 param3) {} +void LinkStateRoll::func_ov005_02107b74(unk32 *param1, unk16 param2, unk16 param3) {} +bool LinkStateRoll::func_ov005_02107bd4() {} +bool LinkStateRoll::func_ov005_02107c8c() {} +bool LinkStateRoll::func_ov005_02107d74() {} +unk32 LinkStateRoll::func_ov005_02107e80(u32 param1, unk32 *param2, unk16 param3, unk8 *param4) {} +void LinkStateRoll::func_ov005_02107fc0() {} +bool LinkStateRoll::func_ov005_02108094() {} +void LinkStateRoll::func_ov005_02108188() {} +void LinkStateRoll::func_ov005_021081a8() {} |
