mirror of
https://github.com/zeldaret/ph
synced 2026-07-11 22:40:17 -04:00
Game 26%
This commit is contained in:
@@ -13,7 +13,7 @@ struct UnkStruct_027e05f8 {
|
||||
~UnkStruct_027e05f8();
|
||||
|
||||
// Big gap to next TU
|
||||
UnkStruct_027e05f8();
|
||||
void Init();
|
||||
void func_02037458(u16 param1);
|
||||
void func_02037480();
|
||||
static unk32 func_02037490(unk32 param1);
|
||||
|
||||
@@ -4,16 +4,14 @@
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e077c {
|
||||
private:
|
||||
public:
|
||||
/* 0 */ unk32 mUnk_0;
|
||||
/* 4 */ unk32 mUnk_4;
|
||||
|
||||
public:
|
||||
/* 8 */ unk16 mUnk_8;
|
||||
/* a */ unk8 mUnk_a;
|
||||
/* b */
|
||||
|
||||
UnkStruct_027e077c(unk32 param1);
|
||||
void Init(unk32 param1);
|
||||
bool func_0202e740(unk32 param1);
|
||||
|
||||
inline volatile unk32 GetUnk0() const {
|
||||
|
||||
@@ -17,6 +17,8 @@ struct UnkStruct_027e0e2c {
|
||||
/* 24 */ unk32 mUnk_24;
|
||||
/* 28 */ unk32 mUnk_28;
|
||||
/* 2c */
|
||||
|
||||
void func_ov000_0207bcb4();
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0e2c data_027e0e2c;
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
#include "global.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "Physics/Cylinder.hpp"
|
||||
|
||||
struct UnkStruct_027e0ffc {
|
||||
/* 00 */ unk32 mUnk_00;
|
||||
/* 04 */ unk32 mUnk_04[0x4];
|
||||
@@ -19,6 +21,7 @@ struct UnkStruct_027e0ffc {
|
||||
/* 38 */ unk8 mUnk_38;
|
||||
/* 39 */
|
||||
|
||||
void func_ov000_020ce704();
|
||||
void func_ov000_020cebcc(u32 param1, unk16 param2, unk32 param3);
|
||||
void func_ov000_020ced64(Cylinder *param1, u32 param2, u32 param3);
|
||||
void func_ov000_020ced7c(Vec3p *param1, s32 param2, s32 param3, unk32 param4);
|
||||
|
||||
Reference in New Issue
Block a user