Files
st/include/Unknown/UnkStruct_027e09a0.hpp
T
Yanis f0dfb70749 Decompile overlay 1 (Part 4) (#97)
* UnkStruct_027e095c_001 OK

* UnkStruct_027e095c_001 OK (JP)

* SysNew_001 OK

* SaveManager_001 98%

* UnkStruct_027e09bc_001 OK

* MapObjectManager_001 OK

* ActorManager_001 OK

* remove useless thumb pragmas

* ItemManager_001 OK

* fix regressions

* fix build issues
2026-07-02 20:56:08 +02:00

52 lines
1.3 KiB
C++

#pragma once
#include "Course/Course.hpp"
#include "Unknown/UnkFileSystem.hpp"
#include "files.h"
#include "global.h"
#include "math.hpp"
#include "types.h"
struct UnkStruct_func_ov000_020702a8 {
/* 00 */ STRUCT_PAD(0x00, 0x10);
/* 10 */ Vec2s mUnk_10;
/* 14 */ STRUCT_PAD(0x14, 0x20);
/* 20 */ unk16 mUnk_20;
/* 22 */ unk16 mUnk_22;
};
class CourseInitBinary {
public:
/* 0000 */ CourseInitEntry mEntries[SceneIndex_Max];
/* 1104 */
CourseInitBinary();
};
class UnkStruct_027e09a0 : public AutoInstance<UnkStruct_027e09a0> {
public:
/* 00 */ CourseListEntry **mpCourseTable; // elements from courselist.clb
/* 04 */ UnkFileSystem5 *mpCourseFile;
/* 08 */ unk8 mUnk_08[0x10];
/* 18 */
UnkStruct_027e09a0();
~UnkStruct_027e09a0();
CourseListEntry *GetCourseEntry(u32 sceneIndex);
UnkStruct_func_ov000_020702a8 *func_ov000_020702a8(u32 sceneIndex);
unk32 GetRoomEntryIndex();
CourseListRoomEntry *GetRoomEntry(u32 sceneIndex, unk32 param2);
u32 GetSceneIndexFromName(const char *sceneName);
bool func_ov000_02070378(u32 param1);
void func_ov000_02070310(u32 sceneIndex, u8 roomIndex, void *param3);
// overlay 1
void InitCourseTable();
static UnkStruct_027e09a0 *Create();
static void Destroy();
};
extern UnkStruct_027e09a0 *data_027e09a0;