Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

65430 split #54

Merged
merged 3 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading