mirror of
https://github.com/zeldaret/ph
synced 2026-08-09 02:46:18 -04:00
format
This commit is contained in:
@@ -7,4 +7,4 @@ struct UnkStruct_027e02a0 {
|
||||
unk32 mUnk_94[23];
|
||||
};
|
||||
|
||||
extern UnkStruct_027e02a0* data_027e02a0;
|
||||
extern UnkStruct_027e02a0 *data_027e02a0;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user