Skip to content

Commit

Permalink
65430 split (#54)
Browse files Browse the repository at this point in the history
* 65520

* func_8006502C

* Format
  • Loading branch information
hensldm authored Dec 25, 2024
1 parent 87be831 commit f3f3f85
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 537 deletions.
9 changes: 7 additions & 2 deletions include/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct Input;

#define Y65430UnkStruct_MAGIC 0x434D5052 // 'CMPR'

typedef void (*Y65430UnkFunc)(void*, UNK_TYPE, size_t);
typedef void (*Y65520UnkFunc)(void*, UNK_TYPE, size_t);

typedef struct MallocRecord {
/* 0x00 */ u32 allocP;
Expand Down Expand Up @@ -53,10 +53,13 @@ Y511F0UnkStruct2* func_80050C8C(u16 arg0);
Y65430UnkStruct* func_80064D1C(u32);
void* func_80064DD0(u32 size); // malloc?
void func_80064E84(Y65430UnkStruct*);

// 65520
s32 func_80064FEC(void);
void func_80065528(void* arg0, void* arg1, s32 arg2);
void func_80065728(MallocRecord*, s32, s32);
void func_8006758C(void*, UNK_TYPE, size_t);
void func_800675D0(void*, UNK_TYPE, size_t, Y65430UnkFunc);
void func_800675D0(void*, UNK_TYPE, size_t, Y65520UnkFunc);

// 6DF40
void func_8006F500(void);
Expand Down Expand Up @@ -99,6 +102,8 @@ extern MallocRecord mallocRecord;
extern UNK_TYPE D_800DA83C;
extern Y511F0UnkStruct D_800DA840[];
extern MallocRecord D_800F8E58;
extern s32 D_800F93F0;
extern s32 D_800F93F4;
extern u8 D_800FAAF8;
extern u8 D_800FAB1C;
extern u8 D_800FAB20;
Expand Down
Loading

0 comments on commit f3f3f85

Please sign in to comment.