Cleanup gameplay stats code/UI and support RTA timing (#2862)

This commit is contained in:
Garrett Cox
2023-05-21 22:35:56 +00:00
committed by GitHub
parent f2f5a75cb0
commit 5de1240391
9 changed files with 470 additions and 406 deletions

View File

@@ -83,6 +83,8 @@ typedef struct {
/* */ u32 entrancesDiscovered[SAVEFILE_ENTRANCES_DISCOVERED_IDX_COUNT];
/* */ u32 scenesDiscovered[SAVEFILE_SCENES_DISCOVERED_IDX_COUNT];
/* */ u8 locationsSkipped[RC_MAX];
/* */ bool rtaTiming;
/* */ uint64_t fileCreatedAt;
} SohStats;
typedef struct {