summaryrefslogtreecommitdiff
path: root/include/Player
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-03-31 09:57:20 +0200
committerAetias <aetias@outlook.com>2024-03-31 09:57:20 +0200
commit85bbacbc86beb2db49c1fec52aa4e9cfa80d8beb (patch)
tree59b3e1ddaecd73155ccdb0da858ee3839599b45f /include/Player
parentde7aff1571b3f1b7e0e988e2b2ff6d181ede485f (diff)
`LinkState3` -> `LinkStateFollow`
Diffstat (limited to 'include/Player')
-rw-r--r--include/Player/LinkStateFollow.hpp (renamed from include/Player/LinkState3.hpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Player/LinkState3.hpp b/include/Player/LinkStateFollow.hpp
index 486ee7b3..bdd3419d 100644
--- a/include/Player/LinkState3.hpp
+++ b/include/Player/LinkStateFollow.hpp
@@ -7,20 +7,20 @@
#include "Player/LinkStateBase.hpp"
-class LinkState3 : public LinkStateBase {
+class LinkStateFollow : public LinkStateBase {
public:
/* 00 (base) */
/* 0c */ void *mUnk_0c;
/* 10 */ unk32 mUnk_10;
/* 14 */ unk8 mUnk_14[0x10];
- /* 24 */ Vec3p mUnk_24;
+ /* 24 */ Vec3p mTarget;
/* 30 */ unk8 mUnk_30[0x88]; // non-documented struct
/* b8 */ unk8 mUnk_b8[0x2a]; // non-documented struct
/* e2 */ unk8 mUnk_e2[2];
/* e4 */
/* 00 */ virtual void vfunc_00() override;
- /* 04 */ virtual ~LinkState3() override;
+ /* 04 */ virtual ~LinkStateFollow() override;
/* 0c */ virtual LinkStateId GetId() override;
/* 14 */ virtual void OnStateEnter() override;
/* 18 */ virtual void OnStateLeave(s32 param1) override;