mirror of
https://github.com/zeldaret/ph
synced 2026-07-08 05:40:40 -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>
38 lines
805 B
C++
38 lines
805 B
C++
#pragma once
|
|
|
|
#include "Unknown/UnkStruct_func_0201f704.hpp"
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_020eec68_0c {
|
|
unk32 mUnk_00;
|
|
|
|
void func_02021a1c();
|
|
};
|
|
|
|
class UnkStruct_020eec68 {
|
|
public:
|
|
/* 00 */ UnkStruct_func_0201f704 mUnk_00[3];
|
|
/* 0c */ UnkStruct_020eec68_0c mUnk_0c;
|
|
/* 10 */ unk8 mUnk_10;
|
|
/* 11 */ unk8 mUnk_11;
|
|
/* 12 */ unk8 mUnk_12;
|
|
/* 13 */ unk8 mUnk_13;
|
|
/* 14 */ unk8 mUnk_14;
|
|
/* 15 */ unk8 mUnk_15;
|
|
/* 16 */ unk8 mUnk_16;
|
|
/* 17 */ unk8 mUnk_17;
|
|
/* 18 */ unk32 mUnk_18;
|
|
/* 1c */ unk32 mUnk_1c;
|
|
/* 20 */ unk32 mUnk_20;
|
|
/* 24 */ unk32 mUnk_24;
|
|
/* 28 */ unk32 mUnk_28;
|
|
/* 2c */ unk32 mUnk_2c;
|
|
|
|
UnkStruct_020eec68();
|
|
|
|
void func_ov008_021132cc();
|
|
};
|
|
|
|
extern UnkStruct_020eec68 data_ov000_020eec68;
|