rrealmuto / OoT-Randomizer

A randomizer for Ocarina of Time.
Other
9 stars 5 forks source link

Potential logic issue when combining Gossip Stone and Boulder rando #105

Closed InsaneSlightly closed 4 months ago

InsaneSlightly commented 5 months ago

I was looking through the logic files and I noticed that the GC Maze Gossip Stone Drop check is in the incorrect region.

Logic Issue

As seen in the screenshot, it is currently in the main GC region with a "can_play(Song_of_Time) and (can_blast_or_smash or can_use(Silver_Gauntlets))" requirement. However, with Boulder Randomizer, there's a non-zero chance of those requirements being insufficient. An simple example of this would be if the check has Megaton Hammer, but the maze is randomized so that hammer is required to reach it. Moving the check to the GC Boulder Maze 2 Chests region should fix this.