summaryrefslogtreecommitdiff
path: root/include/Cutscene
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-01-25 14:35:02 +0100
committerAetias <aetias@outlook.com>2025-01-25 14:35:02 +0100
commitaecd9545577a9faf3fe8a578a64872aa4b93a4cd (patch)
tree3e9470e0c440660687d71101e873d3d07c83bbbd /include/Cutscene
parent1983e335f6a53d78cadc2fcf0ae683c773334369 (diff)
Move ov004 documentation from Ghidra
Diffstat (limited to 'include/Cutscene')
-rw-r--r--include/Cutscene/CutsceneHandler.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/Cutscene/CutsceneHandler.hpp b/include/Cutscene/CutsceneHandler.hpp
index 50f0c1cb..035638a7 100644
--- a/include/Cutscene/CutsceneHandler.hpp
+++ b/include/Cutscene/CutsceneHandler.hpp
@@ -43,7 +43,6 @@ public:
/* 88 */ s32 mUnk_88;
/* 8c */
- CutsceneHandler();
s32 func_ov000_020980fc(unk32 param1, unk32 param2, void **param3);
bool func_ov000_02098114();
bool SkipCutscene(s32 param1);
@@ -58,4 +57,9 @@ public:
bool func_ov000_02098860();
unk32 func_ov000_02098890(unk32 param1, s32 param2);
static unk32 func_ov000_02098920(unk32 param1);
+
+ CutsceneHandler();
+ ~CutsceneHandler();
+ void func_ov004_0210f3e4(s32 param1);
+ void func_ov004_0210f46c();
};