mirror of
https://github.com/zeldaret/ph
synced 2026-08-13 20:15:11 -04:00
0421d36979
* started overlay 8 * progress * progress * progress * more headers * progress * more progress * symbols * fix splits + new headers * more progress * func_ov008_02112ee0 & func_ov008_02112f28 * document fish in save item manager and unrelated things because precommit is mad * SaveItemManager ctor * progress? * fix build issues * split files to match data * format * format * cleanup and match vfunc_08 * add reloc for overlay 0 * fix vtable symbol * improve non-matching functions --------- Co-authored-by: Aetias <144526980+AetiasHax@users.noreply.github.com>
31 lines
590 B
C++
31 lines
590 B
C++
#pragma once
|
|
|
|
#include "System/SysNew.hpp"
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0d54_08 : public SysObject {
|
|
public:
|
|
/* 00 */ u32 mUnk_00[1];
|
|
/* 04 */
|
|
};
|
|
|
|
class UnkStruct_027e0d54 {
|
|
public:
|
|
/* 00 */ u32 mUnk_00[2];
|
|
/* 04 */ UnkStruct_027e0d54_08 *mUnk_08;
|
|
/* 04 */ bool mUnk_0c;
|
|
/* 04 */ unk8 mUnk_0d;
|
|
/* 04 */ unk8 mUnk_0e;
|
|
/* 04 */ unk8 mUnk_0f;
|
|
/* 10 */ unk32 mUnk_10;
|
|
/* 10 */ u16 mUnk_14;
|
|
/* 10 */ unk16 mUnk_16;
|
|
|
|
UnkStruct_027e0d54();
|
|
|
|
void func_ov008_02112f28();
|
|
};
|
|
|
|
extern UnkStruct_027e0d54 data_027e0d54;
|