mirror of
https://github.com/zeldaret/ph
synced 2026-09-01 17:30:01 -04:00
started debug display/error
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e02a0 {
|
||||
unk8 mUnk_00[0x94];
|
||||
unk32 mUnk_94[23];
|
||||
};
|
||||
|
||||
extern UnkStruct_027e02a0* data_027e02a0;
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
struct UnkStruct_027e05f8 {
|
||||
// TODO: Add fields
|
||||
unk16 mUnk_00;
|
||||
u16 mUnk_02;
|
||||
|
||||
void func_0202adf4(unk32 param1, s32 param2);
|
||||
~UnkStruct_027e05f8();
|
||||
@@ -15,3 +17,5 @@ struct UnkStruct_027e05f8 {
|
||||
void func_02037480();
|
||||
static unk32 func_02037490(unk32 param1);
|
||||
};
|
||||
|
||||
extern UnkStruct_027e05f8 data_027e05f8;
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e0618 {
|
||||
void func_0202cf34(void);
|
||||
};
|
||||
|
||||
extern UnkStruct_027e0618 data_027e0618;
|
||||
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
struct UnkStruct_027e08f8 {
|
||||
void func_0202f9a0(unk32);
|
||||
};
|
||||
|
||||
extern UnkStruct_027e08f8 data_027e08f8;
|
||||
Reference in New Issue
Block a user