Merge pull request #250 from LiquidFenrir/shuffle-fix

make shuffle work on consoles that never used it
This commit is contained in:
Dylan G
2022-02-26 15:47:11 +00:00
committed by GitHub
2 changed files with 13 additions and 6 deletions

View File

@@ -49,8 +49,9 @@ typedef struct {
u8 _padding1[0x13b8];
ThemeEntry_s theme_entry;
ThemeEntry_s shuffle_themes[MAX_SHUFFLE_THEMES];
u8 _padding2[0xb];
bool shuffle;
u8 shuffle_seedA[0xb];
u8 shuffle;
u8 shuffle_seedB[0xa];
} SaveData_dat_s;
typedef struct {