mirror of
https://github.com/n64decomp/mk64
synced 2026-06-22 23:49:51 -04:00
code_800AF9B0 - ghost data (#133)
* Match functions related to struct at D_8018EE10 * Remove asm for matched functions * Match func_800B64EC, func_800B6708, and func_800B6798 * Match func_80091EE4. Fix unused variable warnings in code_80091750.c * Name some of the fields in struct_8018EE10_entry
This commit is contained in:
@@ -401,8 +401,14 @@ typedef struct {
|
||||
typedef struct
|
||||
{
|
||||
// Something related to time trial ghost data?
|
||||
char unk_00[0x80];
|
||||
} struct_8018EE10_entry;
|
||||
/* 0x00 */ s32 unk_00;
|
||||
/* 0x04 */ u8 ghostDataSaved;
|
||||
/* 0x05 */ s8 courseIndex;
|
||||
/* 0x06 */ u8 characterId;
|
||||
/* 0x07 */ u8 unk_07;
|
||||
/* 0x08 */ s8 unk_08[0x77];
|
||||
/* 0x7F */ u8 checksum;
|
||||
} struct_8018EE10_entry; // size = 0x80
|
||||
|
||||
typedef struct {
|
||||
char unk_00[0x920];
|
||||
|
||||
Reference in New Issue
Block a user