Files
st/include/Unknown/UnkStruct_027e09e8.hpp
T
Yanis 8d759ee331 Decompile overlay 1 (Part 7) (#106)
* run ninja format

* delink what's left from overlay 1 (except dsprotect)

* fix regressions

* UnkStruct_027e0ce0_1C_001 97%

* UnkStruct_0204a110_001 OK

* UnkStruct_ov024_020d86a0_001 OK

* UnkStruct_ov000_020b50c0_001 OK

* GameModeCreate OK

* AdventureModeManager_001 OK

* GameModeAdventure_001 OK

* AdventureModeManager_001 OKn't because weak issues

* ZeldaCollisionBinary OK

* UnkStruct_027e09c0_001 OK

* UnkStruct_ov000_020b504c_001 OK

* UnkStruct_ov000_02067bc4.hpp -> UnkStruct_ov000_020b504c.hpp

* match overlay 97

* match overlay 100

* run ninja format
2026-07-13 18:41:32 +02:00

37 lines
1.1 KiB
C++

#pragma once
#include "Unknown/UnkStruct_027e0cd8.hpp"
#include "files.h"
#include "global.h"
#include "types.h"
class UnkStruct_027e09e8 {
public:
/* 00 */ unk32 mUnk_00;
/* 04 */ STRUCT_PAD(0x04, 0x24);
/* 24 */ ZCBEntryPLCB *mpPolyClassTable;
/* 28 */ ZCBEntryPLCB *mpPolyClassTableEnd;
/* 2C */ u32 mNumPolyClasses;
/* 30 */ VecFx32 *mpVerticesTable;
/* 34 */ VecFx32 *mpVerticesTableEnd;
/* 38 */ u32 mNumVertices;
/* 3C */ ZCBEntryNRMB *mpNormalTable;
/* 40 */ ZCBEntryNRMB *mpNormalTableEnd;
/* 44 */ u32 mNumNormals;
/* 48 */ VecFx32 mUnk_48;
/* 54 */ VecFx32 mUnk_54;
/* 60 */
UnkStruct_027e09e8();
~UnkStruct_027e09e8();
// overlay 0
void func_ov000_0207ba84(UnkFileSystem1 *param1, UnkStruct_027e0cd8_0C_Base *param2); // calls `ZCB_ParseFile`
void func_ov000_0207baa0();
void func_ov000_0207bab4(ZCBEntryTRIB *pEntries, u16 nEntries);
void func_ov000_0207e99c(ZCBSectionGRDB *pSection, UnkStruct_027e0cd8_0C_Base *param2);
};
//! TODO: gCollisionManager? also not a pointer?
extern UnkStruct_027e09e8 data_027e09e8;