mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -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
20 lines
403 B
C++
20 lines
403 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_027e0f78 {
|
|
/* 00 */ unk8 mUnk_00[0x18];
|
|
/* 18 */ u16 mUnk_18;
|
|
/* 1a */ u16 mUnk_1a;
|
|
/* 1c */ u16 mUnk_1c;
|
|
/* 1e */ u16 mUnk_1e;
|
|
/* 20 */
|
|
|
|
void func_ov004_02102e3c();
|
|
void func_ov000_0209cc3c(unk32 param_1, unk16 param_2);
|
|
void func_ov000_0209cc48();
|
|
};
|
|
|
|
extern UnkStruct_027e0f78 *data_027e0f78;
|