TUNIC: Universal Tracker Support Update (#2786)

Adds better support for the Universal Tracker (see its channel in the future game design section).
This does absolutely nothing regarding standard gen, just adds some checks for an attribute that only exists when UT is being used.
This commit is contained in:
Scipio Wright
2024-02-15 23:03:51 -05:00
committed by GitHub
parent 4d9202537c
commit 539307cf0b
3 changed files with 159 additions and 51 deletions

View File

@@ -730,7 +730,7 @@ for p1, p2 in hallways_ur.items():
# the key is the region you have, the value is the regions you get for having that region
# this is mostly so we don't have to do something overly complex to get this information
dependent_regions: Dict[Tuple[str, ...], List[str]] = {
dependent_regions_restricted: Dict[Tuple[str, ...], List[str]] = {
("Overworld", "Overworld Belltower", "Overworld Swamp Upper Entry", "Overworld Special Shop Entry",
"Overworld West Garden Laurels Entry", "Overworld Southeast Cross Door", "Overworld Temple Door",
"Overworld Fountain Cross Door", "Overworld Town Portal", "Overworld Spawn Portal"):