mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Properly store starting age in spoiler log (#4873)
* properly store starting age in spoiler log * convert ResolvedStatingAge to a setting to store it in the save
This commit is contained in:
parent
7f31fd2e4e
commit
ce289c0be9
10 changed files with 32 additions and 39 deletions
|
@ -490,7 +490,7 @@ void CheckTrackerLoadGame(int32_t fileNum) {
|
|||
}
|
||||
}
|
||||
if (OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_LINKS_POCKET) != RO_LINKS_POCKET_NOTHING && IS_RANDO) {
|
||||
s8 startingAge = OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_STARTING_AGE);
|
||||
uint8_t startingAge = OTRGlobals::Instance->gRandoContext->GetOption(RSK_SELECTED_STARTING_AGE).GetContextOptionIndex();
|
||||
RandomizerCheckArea startingArea;
|
||||
switch (startingAge) {
|
||||
case RO_AGE_CHILD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue