Roman971 / OoT-Randomizer

A randomizer for Ocarina of Time.
Other
96 stars 21 forks source link

Bugfix: Reverse entrance pools not in mixed pool with decoupled entrances #71

Closed mracsys closed 2 years ago

mracsys commented 2 years ago

Add reverse entrance pools for mixed pools back into the mixed pool. Also includes a minor fix to some error messages.

Roman971 commented 2 years ago

Thank you for the fix 👍 Fwiw I ended up moving the code to EntranceShuffle.py since I didn't want to leave it in a completely separate file.

Also that fix to error messages should probably be PR'd to the main branch since it's not specific to this branch, and I don't know why they don't simply use world.id tbh.

mracsys commented 2 years ago

Good to note, I didn't check main. I'll add it over there too.