mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -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>
21 lines
413 B
C++
21 lines
413 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_020e9370 {
|
|
public:
|
|
/* 000 */ unk8 mUnk_000[0x900];
|
|
/* 900 */ unk32 mUnk_900;
|
|
/* 904 */ unk32 mUnk_904;
|
|
/* 908 */ unk16 mUnk_908;
|
|
/* 90a */ unk16 mUnk_90a;
|
|
/* 90c */ unk32 mUnk_90c;
|
|
/* 910 */ unk32 mUnk_910;
|
|
/* 914 */ unk32 mUnk_914;
|
|
|
|
UnkStruct_020e9370();
|
|
};
|
|
|
|
extern UnkStruct_020e9370 data_ov000_020e9370;
|