diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-10-14 00:09:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 22:09:18 -0600 |
| commit | aa720db51a92c6bf3b8c6776b86180963cdcf3ff (patch) | |
| tree | 723b6e72223a4ed6dc772da9f500181e70afeef9 /include/common_structs.h | |
| parent | d71e1c7b708e5caab3be4603474cedf1fd3b9893 (diff) | |
A few matches across a couple files, although mostly code_80005FD0 (#460)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'include/common_structs.h')
| -rw-r--r-- | include/common_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common_structs.h b/include/common_structs.h index 69f43d713..0dddea098 100644 --- a/include/common_structs.h +++ b/include/common_structs.h @@ -403,7 +403,7 @@ typedef struct /* 0x04 */ u8 ghostDataSaved; /* 0x05 */ s8 courseIndex; /* 0x06 */ u8 characterId; - /* 0x07 */ s8 unk_07[0x3C]; + /* 0x07 */ u8 unk_07[0x3C]; /* 0x43 */ u8 pad_43[0x7F-0x43]; /* 0x7F */ u8 checksum; } struct_8018EE10_entry; // size = 0x80 |
