summaryrefslogtreecommitdiff
path: root/include/Player/PlayerControl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Player/PlayerControl.hpp')
-rw-r--r--include/Player/PlayerControl.hpp13
1 files changed, 10 insertions, 3 deletions
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp
index 0e0da8ae..015c22bd 100644
--- a/include/Player/PlayerControl.hpp
+++ b/include/Player/PlayerControl.hpp
@@ -57,8 +57,8 @@ public:
/* 84 */ ActorRef mFollowRef;
/* 8c */ ActorRef mNextFollowRef;
/* 94 */ ActorRef mLastFollowRef;
- /* 9c */ unk8 mUnk_9c;
- /* 9d */ unk8 mUnk_9d;
+ /* 9c */ u8 mUnk_9c;
+ /* 9d */ u8 mUnk_9d;
/* 9e */ unk8 mUnk_9e[2];
/* a0 */ void *mFollowActor;
/* a4 */ q20 mFollowDist;
@@ -75,7 +75,7 @@ public:
/* d8 */
static bool func_ov00_020aeeac();
- void func_ov00_020aeef8();
+ bool func_ov00_020aeef8();
void func_ov00_020aef30();
void UpdateAim();
Actor *GetFollowActor();
@@ -124,6 +124,13 @@ public:
bool IsTouchingFast();
bool IsTappedNow();
bool func_ov00_020b13c4();
+
+ // More methods starting from 020b78a0, different TU?
+ void ResetTouchWorld();
+ void InitTouchMovement();
+ void func_ov000_020b7924(s32 param1);
+ void ApplyTouchWorld(Vec3p *result, q20 scale);
+ bool func_ov000_020b7d6c();
};
extern PlayerControl *gPlayerControl;