mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
Merge pull request #250 from LiquidFenrir/shuffle-fix
make shuffle work on consoles that never used it
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user