Decomp AdventureFlags::Exists and AdventureFlags::func_ov00_02097674

This commit is contained in:
mike8699
2025-01-02 22:48:00 -05:00
parent dc075c39db
commit 09070e2242
3 changed files with 13 additions and 4 deletions
+11 -2
View File
@@ -1,8 +1,17 @@
#include "Save/AdventureFlags.hpp"
bool AdventureFlags::Exists() {}
extern void func_ov000_020980f8(CutsceneHandler *cutsceneHandler);
bool AdventureFlags::Exists() {
return gAdventureFlags != NULL;
}
void AdventureFlags::CopyTo(unk32 *flags) {}
void AdventureFlags::func_ov00_02097674() {}
void AdventureFlags::func_ov00_02097674() {
func_ov000_020980f8(this->mCutsceneHandler);
}
s32 AdventureFlags::func_ov00_02097684() {}
void AdventureFlags::Load() {}
void AdventureFlags::func_ov00_020976c8() {}