mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
Fixes Pre-Clearing of Ganon's Trials. (#3783)
This commit is contained in:
parent
46abda83d2
commit
96353c0b3b
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ void Randomizer::LoadMerchantMessages() {
|
|||
}
|
||||
|
||||
bool Randomizer::IsTrialRequired(RandomizerInf trial) {
|
||||
return Rando::Context::GetInstance()->GetTrial(trial - RAND_INF_TRIALS_DONE_LIGHT_TRIAL);
|
||||
return Rando::Context::GetInstance()->GetTrial(trial - RAND_INF_TRIALS_DONE_LIGHT_TRIAL)->IsRequired();
|
||||
}
|
||||
|
||||
GetItemEntry Randomizer::GetItemFromActor(s16 actorId, s16 sceneNum, s16 actorParams, GetItemID ogItemId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue