diff --git a/Randomizer.py b/Randomizer.py index a714920..39dcdad 100644 --- a/Randomizer.py +++ b/Randomizer.py @@ -2249,7 +2249,7 @@ def randomize_game(graph): if location not in UsedLocations: if location not in AccessibleLocations: if location == 'Data S0' or location == 'Item S0-05-16': - path = graph.get_path(location, StartLocation, depth=250) + path = graph.get_path(StartLocation, location, depth=250) else: for area in range(0, 7): if location in AreaItemLocations[area]: