make shuffle work on consoles that never used it

This commit is contained in:
LiquidFenrir
2021-03-31 15:27:58 +02:00
parent 7745530764
commit cea9b8655a
2 changed files with 7 additions and 3 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 {