trippsc2 / OpenTracker

An open-source cross-platform tracking application for A Link to the Past Randomizer.
MIT License
35 stars 9 forks source link

Fix old man without entrance shuffle #76

Closed Baertierchen closed 3 years ago

Baertierchen commented 3 years ago

My tracker did not show "Old Man" at all.

I don't really know how the software works at all. By trial and error (and some educated guessing) I think that I found the root cause. Seems like the un-shuffled non-inverted setting was missing in the location factory.

trippsc2 commented 3 years ago

Thanks for looking into this!

The HashSet that you changed for that location should include None and Dungeon entrance shuffle settings and not All and Insanity. I'll merge this in and then make the rest of the needed changes to fix this.