This commit is contained in:
Yanis002
2025-02-12 20:20:59 +01:00
parent 27ae64893a
commit 53cc55fb20
8 changed files with 98 additions and 117 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ struct UnkStruct_027e02a0 {
unk32 mUnk_94[23];
};
extern UnkStruct_027e02a0* data_027e02a0;
extern UnkStruct_027e02a0 *data_027e02a0;
+3 -3
View File
@@ -30,14 +30,14 @@ struct UnkStruct_02063220_08 {
class UnkStruct_02063220 {
public:
/* 00 */ char* path;
/* 00 */ char *path;
/* 04 */ u8 mUnk_04;
/* 05 */ u8 mUnk_05;
/* 06 */ unk16 mUnk_06;
/* 08 */ UnkStruct_02063220_08 mUnk_08;
void DisplayAssertError(char* file, u16 line, char* msg, ...);
void DisplayException(Registers* param1);
void DisplayAssertError(char *file, u16 line, char *msg, ...);
void DisplayException(Registers *param1);
static bool func_0202f3f0(unk32 param1);
static unk32 func_0202f400(unk32 param1);
void func_0202f4b4(void);
+1 -1
View File
@@ -27,7 +27,7 @@ public:
void func_02030354(bool doTopScreen, bool doBottomScreen);
// ctor?
void* func_02030408(void);
void *func_02030408(void);
// copy the screen data to VRAM
void func_02030464(bool doTopScreen, bool doBottomScreen);
+1 -1
View File
@@ -22,6 +22,6 @@ typedef s32 bool;
#endif
#define CEIL_DIV(a, b) (((a) + (b) - 1) / (b))
#define UNK_PTR unk32*
#define UNK_PTR unk32 *
#endif