started debug display/error

This commit is contained in:
Yanis002
2025-02-12 12:50:35 +01:00
parent 142e17b99d
commit 27ae64893a
15 changed files with 583 additions and 15 deletions
+10
View File
@@ -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;
+4
View File
@@ -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;
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include "types.h"
struct UnkStruct_027e0618 {
void func_0202cf34(void);
};
extern UnkStruct_027e0618 data_027e0618;
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include "types.h"
struct UnkStruct_027e08f8 {
void func_0202f9a0(unk32);
};
extern UnkStruct_027e08f8 data_027e08f8;