mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
383ca6aaa2
* Game 74% * Game 99% * Fix symbol name
31 lines
558 B
C++
31 lines
558 B
C++
#pragma once
|
|
|
|
#include "global.h"
|
|
#include "types.h"
|
|
|
|
struct UnkStruct_027e077c {
|
|
public:
|
|
/* 0 */ unk32 mUnk_0;
|
|
/* 4 */ unk32 mUnk_4;
|
|
/* 8 */ unk16 mUnk_8;
|
|
/* a */ unk8 mUnk_a;
|
|
/* b */
|
|
|
|
void Init(unk32 param1);
|
|
bool func_0202e740(unk32 param1);
|
|
|
|
void func_ov009_02116364();
|
|
void func_ov009_0211653c();
|
|
|
|
inline volatile unk32 GetUnk0() const {
|
|
return mUnk_0;
|
|
}
|
|
|
|
inline unk32 GetUnk4() const {
|
|
return mUnk_4;
|
|
}
|
|
};
|
|
|
|
extern UnkStruct_027e077c data_027e077c;
|
|
extern volatile u8 data_02056be4[];
|