Finish AdventureFlags

This commit is contained in:
Aetias
2024-04-16 20:52:22 +02:00
parent 25be4bdc1e
commit 52862236e3
3 changed files with 11 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include "global.h"
#include "types.h"
class CutsceneHandler;
+2 -1
View File
@@ -3,6 +3,7 @@
#include "global.h"
#include "types.h"
#include "Cutscene/CutsceneHandler.hpp"
#include "Render/FadeControl.hpp"
#include "System/SysNew.hpp"
@@ -46,7 +47,7 @@ struct FlagsUnk {
class AdventureFlags : public SysObject {
/* 00 */ unk32 mFlags[16];
/* 40 */ void *mUnk_40; // contains a fade control
/* 40 */ CutsceneHandler *mCutsceneHandler;
/* 44 */ void *mUnk_44;
/* 48 */
+3 -3
View File
@@ -39,9 +39,9 @@ bool AdventureFlags::func_ov00_02097e6c() {}
bool AdventureFlags::func_ov00_02097e7c() {}
bool AdventureFlags::func_ov00_02097ea4() {}
unk32 AdventureFlags::func_ov00_02097ecc() {}
void*AdventureFlags:: func_ov00_02097f8c() {}
void*AdventureFlags:: func_ov00_02097fac() {}
void*AdventureFlags:: func_ov00_02097fd0() {}
void* AdventureFlags::func_ov00_02097f8c() {}
void* AdventureFlags::func_ov00_02097fac() {}
void* AdventureFlags::func_ov00_02097fd0() {}
void AdventureFlags::func_ov00_02097ff4(bool param1, bool param2) {}
unk32 AdventureFlags::func_ov00_02098058() {}
bool AdventureFlags::func_ov00_02098064(unk32 param1) {}