OoT updates (#160)

* OoT: disable mixed entrance pools and decoupled entrances for now

* OoT: fix error message crash in get_hint_area

* Oot Adjuster: kill zootdec if it's not the vanilla rom anymore

* OoT Adjuster: fix dmaTable issue
Adjuster should now work on compiled versions of the software

* OoT: don't skip dungeon items shuffled as any_dungeon for barren hints

* OoT: wrap zootdec remove in try-finally
This commit is contained in:
espeon65536
2022-01-04 10:16:09 -06:00
committed by GitHub
parent b3c1c0bbe8
commit 03a892aded
6 changed files with 31 additions and 14 deletions

View File

@@ -312,7 +312,7 @@ def get_hint_area(spot):
spot_queue.extend(list(filter(lambda ent: ent not in already_checked, parent_region.entrances)))
raise HintAreaNotFound('No hint area could be found for %s [World %d]' % (spot, spot.world.id))
raise HintAreaNotFound('No hint area could be found for %s [World %d]' % (spot, spot.player))
else:
return spot.name