mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 23:21:37 -04:00
5b15874c4d
* Comments * Lay out theoretical code * Externalise func_020196bc & func_020196fc * Pull merge * Pull merge * Decomp MapBase::func_ov00_02080edc * Fix MapManager TilePos params * Decomp progress * Fix MapManager param issue * Decomp progress * Update MapManager var pointer type * Fix function defs * Update symbols * Update * Match MapBase_Unk2::func_ov00_02080ad0 (thx 2 dt mow & yanis) * Update * Decomp progress 26% * Decomp progress 28% * Fix struct overlap * Fix unknown members * Uncomment and fix rest of methods (most still non-matching) * Decomp progress * Corrections
46 lines
1.1 KiB
C++
46 lines
1.1 KiB
C++
#pragma once
|
|
|
|
#include "System/SysNew.hpp"
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
class UnkStruct_027e0f88_04 : public SysObject {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ unk16 mUnk_04;
|
|
/* 06 */ unk16 mUnk_06;
|
|
/* 08 */ unk32 mUnk_08;
|
|
/* 0c */ unk8 mUnk_0c;
|
|
/* 0d */ unk8 mUnk_0d;
|
|
/* 0e */ unk8 mUnk_0e;
|
|
/* 0f */ unk8 mUnk_0f;
|
|
/* 10 */
|
|
|
|
UnkStruct_027e0f88_04();
|
|
UnkStruct_027e0f88_04(unk32 param_1, unk16 param_2, unk32 param_3, unk16 param_4, u8 param_5);
|
|
|
|
void func_ov000_020a1b54(unk32 param_1, unk32 param_2);
|
|
};
|
|
|
|
class UnkStruct_027e0f88 : public SysObject {
|
|
public:
|
|
/* 00 */ unk32 mUnk_00;
|
|
/* 04 */ UnkStruct_027e0f88_04 *mUnk_04[2];
|
|
/* 0c */ unk16 mUnk_0c;
|
|
/* 0e */ unk16 mUnk_0e;
|
|
/* 10 */ unk16 mUnk_10;
|
|
/* 12 */ unk16 mUnk_12;
|
|
/* 14 */
|
|
|
|
UnkStruct_027e0f88();
|
|
UnkStruct_027e0f88(u32 *param_1);
|
|
|
|
void func_ov000_020a1a3c();
|
|
|
|
static void func_ov008_02113678(u32 *param_1);
|
|
void func_ov008_021136c0();
|
|
void func_ov000_020a1a0c(unk32 param_1, unk16 param_2);
|
|
};
|
|
|
|
extern UnkStruct_027e0f88 *data_027e0f88;
|