Store seed string in the save, and use it for mirror mode & enemy rando (#3175)

This commit is contained in:
Garrett Cox 2023-09-14 22:15:21 -05:00 committed by GitHub
commit b6ce810d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 3 deletions

View file

@ -316,6 +316,8 @@ typedef struct {
/* */ RandomizerCheck ganonHintCheck;
/* */ RandomizerCheck gregCheck;
/* */ RandomizerCheck dampeCheck;
/* */ char inputSeed[1024];
/* */ u32 finalSeed;
/* */ u8 seedIcons[5];
/* */ u16 randomizerInf[9];
/* */ u16 adultTradeItems;