summaryrefslogtreecommitdiff
path: root/include/Player/PlayerControl.hpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-02-10 23:07:55 +0100
committerAetias <aetias@outlook.com>2025-02-10 23:07:55 +0100
commitd057996378f1235c67d93014595e9fd929a4efb6 (patch)
treebf6d53c3a165ba80738d4232613bce370c98df87 /include/Player/PlayerControl.hpp
parent726c3be443b298a5489bf3418e65626863d4cf02 (diff)
PlayerControl: Decomp 38%
Diffstat (limited to 'include/Player/PlayerControl.hpp')
-rw-r--r--include/Player/PlayerControl.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp
index 1bfdd833..c11ad0ce 100644
--- a/include/Player/PlayerControl.hpp
+++ b/include/Player/PlayerControl.hpp
@@ -59,7 +59,7 @@ public:
/* 94 */ ActorRef mLastFollowRef;
/* 9c */ Vec2b mUnk_9c;
/* 9e */ unk8 mUnk_9e[2];
- /* a0 */ void *mFollowActor;
+ /* a0 */ void *mFollowObject;
/* a4 */ q20 mFollowDist;
/* a8 */ u16 mFollowStuckTimer;
/* aa */ s16 mCutsceneEndTimer;
@@ -98,8 +98,8 @@ public:
bool func_ov00_020afeec(unk32 param1, bool param2);
void func_ov00_020aff90(Cylinder *param1, unk32 param2);
void func_ov00_020affec(Vec3p *param1, s32 y, s32 param3, Vec3p *param4);
- void func_ov00_020b014c();
- void SetAim();
+ void func_ov00_020b014c(Vec3p *param1);
+ void ResetAim();
bool UpdateAimWorld(Vec3p *param1);
s16 GetTouchAngle();
u32 func_ov00_020b034c();
@@ -137,6 +137,8 @@ public:
void Init();
void func_ov004_0210b1d0();
static void func_ov004_0210b1f0();
+
+ bool func_ov024_02178348(Vec3p *param1);
};
extern PlayerControl *gPlayerControl;