summaryrefslogtreecommitdiff
path: root/src/04_Load/Player/LinkStateMove_04.cpp
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-07-17 12:21:10 +0200
committerGitHub <noreply@github.com>2025-07-17 12:21:10 +0200
commit573b696ff8d3e83765d4483e5a31e0ec5676044d (patch)
tree1cf20516095cb8a3185de07efbad6974d2260709 /src/04_Load/Player/LinkStateMove_04.cpp
parent7a01af4783ca2904590ed0ba6e61261d98706f47 (diff)
Bump dsd to v0.10.1; UnkStruct_027e05f8_2 OK (#121)
* Unique delink file names * Fix build * Revert back to single link * UnkStruct_027e05f8_2 OK * `dsd fix ctor-symbols` * Fix symbols spanning over two delink files * `dsd fix ctor-symbols` again * Add missing function `func_02050a20` * Name `.p__sinit` symbols in USA after their EUR counterparts * Apply dsd signatures * Bump dsd to 0.10.0; Fix dsd not updating automatically * Rename overlay functions * Fix auto-download wibo * Fix generating objdiff report
Diffstat (limited to 'src/04_Load/Player/LinkStateMove_04.cpp')
-rw-r--r--src/04_Load/Player/LinkStateMove_04.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/04_Load/Player/LinkStateMove_04.cpp b/src/04_Load/Player/LinkStateMove_04.cpp
new file mode 100644
index 00000000..a844ddd2
--- /dev/null
+++ b/src/04_Load/Player/LinkStateMove_04.cpp
@@ -0,0 +1,10 @@
+#include "Player/LinkStateMove.hpp"
+
+THUMB LinkStateMove::LinkStateMove(PlayerLinkBase *link) :
+ LinkStateBase(link),
+ mUnk_0c(0),
+ mUnk_14(false),
+ mUnk_15(false),
+ mUnk_16(false) {}
+
+THUMB LinkStateMove::~LinkStateMove() {}