fenhl / OoT-Randomizer

A randomizer for Ocarina of Time.
https://ootrandomizer.com/generatorDev?version=devFenhl_
Other
9 stars 2 forks source link

Prevent warp out of Thieves Hideout from Gerudo Guard capture #3

Closed mracsys closed 2 years ago

mracsys commented 2 years ago

When Gerudo guards capture Link inside Thieves' Hideout, they send him to either Gerudo Valley or the jail depending on if Link has a hookshot. With Hideout shuffle, this can cause non-repeatable logic issues after the Gerudo Membership Card is obtained. This fix overrides the entrance index the guard uses to move Link back to the last entrance he used in Hideout.

Fortress and Valley guard capture is not affected. Hideout capture overrides only apply if hideout shuffle is on.

This may have unintended side effects with mixed pools grotto shuffle, which is completely untested.

mracsys commented 2 years ago

Now tested with mixed pools grottos, works as expected.