diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-12-29 20:12:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-29 20:12:14 +0100 |
| commit | 90b0175de6ef7e8aa6573e6dc4b41ef7925efc6b (patch) | |
| tree | 607f150ad2cacab3f1d54d287edff39e743456f9 /include/Player | |
| parent | fc691f4c8f76d11d6b47149fefadaca4470ab2a1 (diff) | |
ActorManager_04 (#138)
* Map symbol in Game
* ActorManager_04 OK
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/MotionParams.hpp | 11 | ||||
| -rw-r--r-- | include/Player/PlayerLinkBase.hpp | 4 |
2 files changed, 2 insertions, 13 deletions
diff --git a/include/Player/MotionParams.hpp b/include/Player/MotionParams.hpp deleted file mode 100644 index f04f8a08..00000000 --- a/include/Player/MotionParams.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#include "global.h" -#include "lib/files.h" -#include "types.h" - -struct MotionParams { - /* 00 */ FileEntry motionBhio; // motion.bhio - /* 10 */ unk8 mUnk_10; - /* 11 */ -}; diff --git a/include/Player/PlayerLinkBase.hpp b/include/Player/PlayerLinkBase.hpp index 9d85416e..ae46ebdf 100644 --- a/include/Player/PlayerLinkBase.hpp +++ b/include/Player/PlayerLinkBase.hpp @@ -1,13 +1,13 @@ #pragma once #include "global.h" +#include "lib/files.hpp" #include "nds/math.h" #include "types.h" #include "Actor/ActorManager.hpp" #include "Item/ItemManager.hpp" #include "Player/Bhio.hpp" -#include "Player/MotionParams.hpp" #include "Player/PlayerBase.hpp" #include "Player/PlayerControlData.hpp" @@ -39,7 +39,7 @@ public: /* 5a */ s16 mUnk_5a; /* 5c */ unk8 mUnk_5c[3]; /* 5f */ bool mUnk_5f; - /* 60 */ MotionParams *mMotionParams; + /* 60 */ FileEntryFlag *mMotionParams; /* 64 */ Bhio *mBhio_0; /* 68 */ Bhio *mBhio_1; /* 6c */ Bhio *mBhio_2; |
