Add LinkStateFollow

This commit is contained in:
Aetias
2024-04-06 16:11:25 +02:00
parent bcff62a8ba
commit 336defc995
17 changed files with 528 additions and 496 deletions
+7
View File
@@ -5,7 +5,9 @@
#include "lib/math.h"
#include "Actor/Actor.hpp"
#include "Player/LinkStateBase.hpp"
#include "Player/LinkStateCutscene.hpp"
class LinkStateFollow : public LinkStateBase {
public:
@@ -31,4 +33,9 @@ public:
/* 2c */ virtual void vfunc_2c(u16 *param1) override;
/* 34 */ virtual bool vfunc_34(Vec3p *param1) override;
/* 44 */
void MoveTowardTarget();
LinkStateCutscene* GetLinkStateCutscene();
bool func_ov00_020a9180(Vec3p *param1);
bool func_ov00_020a9210(Vec3p *param1, Actor *param2);
};