mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Fix Boss Rush scene/cutscene setup after Bongo/Twinrova. (#5623)
Some checks are pending
Some checks are pending
Also prevent check tracker crash loading Boss Rush.
This commit is contained in:
parent
1161ce3546
commit
a9b857469e
2 changed files with 7 additions and 2 deletions
|
@ -495,6 +495,9 @@ void SetShopSeen(uint32_t sceneNum, bool prices) {
|
|||
}
|
||||
|
||||
void CheckTrackerLoadGame(int32_t fileNum) {
|
||||
if (!IS_RANDO) {
|
||||
return;
|
||||
}
|
||||
LoadSettings();
|
||||
TrySetAreas();
|
||||
for (auto& entry : Rando::StaticData::GetLocationTable()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue