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:
ChiefFruitcake
2022-01-09 21:24:30 -05:00
committed by GitHub
parent 7acd1cbc20
commit bc99dedb8b
11 changed files with 111 additions and 505 deletions
+8 -2
View File
@@ -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];