mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-21 05:43:42 -07:00
Store seed string in the save, and use it for mirror mode & enemy rando (#3175)
This commit is contained in:
parent
d32d8836f8
commit
b6ce810d36
6 changed files with 21 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue