mirror of
https://github.com/n64decomp/mk64
synced 2026-09-01 17:20:03 -04:00
update clang and add action (#664)
* update clang and add action * try clang on course folder only * forget two file * Update course_displaylists.inc.c * forget few other file * Update course_vertices.inc.c * format all code while get it match * second pass * format other dir * disable clang format on bad ido code * fix some tabulation * revert format on tool dir * Update clang-format.yml * ignore gbi.h * add some read me instruction * fix error * format and fixing error * Update README.md --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
+2
-3
@@ -35,7 +35,6 @@ typedef struct {
|
||||
u8 unknownBytes[8];
|
||||
} OnlyBestTimeTrialRecords; // size = 0x38
|
||||
|
||||
|
||||
typedef struct {
|
||||
// GP Points scored for each CC mode
|
||||
// 1st place is 3 points, 2nd is 2, etc.
|
||||
@@ -58,13 +57,13 @@ typedef struct {
|
||||
* Instead of 4 entries, one per cup. Or even just one big entry for all 4 cups
|
||||
* Its also unknown why these are here when they're identical to the values found
|
||||
* in allCourseTimeTrialRecords
|
||||
**/
|
||||
**/
|
||||
/* 0x188 */ OnlyBestTimeTrialRecords onlyBestTimeTrialRecords[2];
|
||||
/**
|
||||
* If checksum[1] or checksum[2] does not match their expected value,
|
||||
* the grandPrixPoints and soundMode are reset. Then if the backup data's
|
||||
* checksums are valid, copy the backup data to the main data.
|
||||
**/
|
||||
**/
|
||||
/* 0x1F8 */ Stuff backup;
|
||||
} SaveData; // size = 0x200
|
||||
|
||||
|
||||
Reference in New Issue
Block a user