mirror of
https://github.com/encounter/ph.git
synced 2026-03-30 11:34:37 -07: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>
35 lines
689 B
C++
35 lines
689 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
extern "C" void Fill16(int value, unsigned short *dst, int size);
|
|
|
|
class UnkStruct_020ee698_0c {
|
|
public:
|
|
/* 00 */ u16 mUnk_00[15];
|
|
/* 2c */ unk32 mUnk_2c;
|
|
/* 30 */
|
|
|
|
UnkStruct_020ee698_0c() {
|
|
this->mUnk_2c = 4;
|
|
Fill16(0, this->mUnk_00, sizeof(this->mUnk_00));
|
|
}
|
|
};
|
|
|
|
class UnkStruct_020ee698 {
|
|
public:
|
|
/* 00 */ unk8 mUnk_00;
|
|
/* 01 */ unk8 mUnk_01;
|
|
/* 02 */ unk16 mUnk_02;
|
|
/* 04 */ u16 mUnk_04;
|
|
/* 04 */ unk16 mUnk_06;
|
|
/* 08 */ unk32 mUnk_08;
|
|
/* 0c */ UnkStruct_020ee698_0c mUnk_0c;
|
|
/* 30 */
|
|
|
|
UnkStruct_020ee698();
|
|
};
|
|
|
|
extern UnkStruct_020ee698 data_ov000_020ee698;
|