Merge branch 'OverworldShuffle' of github.com:codemann8/ALttPDoorRandomizer into OverworldShuffle

This commit is contained in:
2021-06-30 17:43:12 -07:00
11 changed files with 400 additions and 359 deletions

View File

@@ -1676,7 +1676,8 @@ class OWEdge(object):
def dead_end(self):
self.deadEnd = True
def coordInfo(self, vram_loc):
def coordInfo(self, midpoint, vram_loc):
self.midpoint = midpoint
self.vramLoc = vram_loc
return self