mirror of
https://github.com/zeldaret/ph
synced 2026-06-19 23:33:03 -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
645 B
C++
31 lines
645 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_020ee0a0 {
|
|
public:
|
|
/* 00 */ unk8 mUnk_00;
|
|
/* 00 */ unk8 mUnk_01;
|
|
/* 02 */ unk16 mUnk_02;
|
|
/* 04 */ unk32 mUnk_04;
|
|
/* 08 */ unk32 mUnk_08;
|
|
/* 0c */ unk32 mUnk_0c;
|
|
/* 10 */ unk32 mUnk_10;
|
|
/* 14 */ unk32 mUnk_14[8];
|
|
/* 34 */ unk32 mUnk_34;
|
|
/* 38 */ unk32 mUnk_38;
|
|
/* 3c */ unk32 mUnk_3c;
|
|
/* 40 */ unk32 mUnk_40;
|
|
/* 44 */ unk8 mUnk_44;
|
|
/* 45 */ unk8 mUnk_45;
|
|
/* 46 */ unk8 mUnk_46;
|
|
/* 47 */ unk8 mUnk_47;
|
|
|
|
UnkStruct_020ee0a0();
|
|
|
|
void func_ov008_021135b8();
|
|
};
|
|
|
|
extern UnkStruct_020ee0a0 data_ov000_020ee0a0;
|