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
parent d32d8836f8
commit b6ce810d36
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;