summaryrefslogtreecommitdiff
path: root/include/save_data.h
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2023-10-08 00:31:48 +0200
committerGitHub <noreply@github.com>2023-10-07 16:31:48 -0600
commitd8cfed94913f06e31f48b3e63f3e12cfa9907405 (patch)
tree395598dcf9e71e6948f6ded563e47cbaa9d7028c /include/save_data.h
parent2b74bbbcefe396564a55357eda094fc8c8baf36a (diff)
Various Naming (#445)
* Mass renames
Diffstat (limited to 'include/save_data.h')
-rw-r--r--include/save_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/save_data.h b/include/save_data.h
index b5e0ebb9b..faa12376a 100644
--- a/include/save_data.h
+++ b/include/save_data.h
@@ -12,7 +12,8 @@ typedef struct {
u8 records[6][3];
// It's unknown what these bytes are used for
// Byte 1 might be an indicator that there is a ghost available for that course
- u8 unknownBytes[6];
+ u8 unknownBytes[5];
+ u8 checksum;
} CourseTimeTrialRecords; // size = 0x18
typedef struct {