Skip to content

Commit

Permalink
fix ITEM_00's giving twinrovas check (HarbourMasters#4820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepper0ni authored Jan 6, 2025
1 parent cb73830 commit 6ec7196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soh/soh/Enhancements/randomizer/hook_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ void RandomizerOnVanillaBehaviorHandler(GIVanillaBehavior id, bool* should, va_l
RandomizerCheck rc = OTRGlobals::Instance->gRandomizer->GetCheckFromActor(
item00->actor.id, gPlayState->sceneNum, item00->ogParams);
if (rc != RC_UNKNOWN_CHECK) {
item00->randoInf = RAND_INF_MAX;
item00->actor.params = ITEM00_SOH_DUMMY;
item00->itemEntry = Rando::Context::GetInstance()->GetFinalGIEntry(
rc, true, (GetItemID)Rando::StaticData::GetLocation(rc)->GetVanillaItem());
Expand Down

0 comments on commit 6ec7196

Please sign in to comment.