mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-14 09:03:00 -07:00
Fix: Rando settings not being initialized in time (#2461)
* fix entrance init and entrance tracker not working properly when no spoiler log is loaded * fix rando adult trade spoilable items reverting when no spoiler log loaded
This commit is contained in:
parent
1e9f8df33b
commit
67421179e4
3 changed files with 15 additions and 13 deletions
|
@ -197,12 +197,6 @@ void Sram_OpenSave() {
|
|||
}
|
||||
}
|
||||
|
||||
// Setup the modified entrance table and entrance shuffle table for rando
|
||||
if (gSaveContext.n64ddFlag) {
|
||||
Entrance_Init();
|
||||
Entrance_InitEntranceTrackingData();
|
||||
}
|
||||
|
||||
osSyncPrintf("scene_no = %d\n", gSaveContext.entranceIndex);
|
||||
osSyncPrintf(VT_RST);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue