Save skipped checks (#2476)

This commit is contained in:
Garrett Cox 2023-02-14 19:50:59 -06:00 committed by GitHub
commit 462ab00c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 4 deletions

View file

@ -64,6 +64,7 @@ typedef struct {
/* */ u32 count[COUNT_MAX];
/* */ u32 entrancesDiscovered[SAVEFILE_ENTRANCES_DISCOVERED_IDX_COUNT];
/* */ u32 scenesDiscovered[SAVEFILE_SCENES_DISCOVERED_IDX_COUNT];
/* */ u8 locationsSkipped[RC_MAX];
} SohStats;
typedef struct {