diff --git a/worlds/grinch/Locations.py b/worlds/grinch/Locations.py index 0832d69d..f7d17717 100644 --- a/worlds/grinch/Locations.py +++ b/worlds/grinch/Locations.py @@ -6,7 +6,7 @@ from BaseClasses import Location, Region class GrinchLocationData(NamedTuple): region: str - location_group: str + location_group: str #list[str] id: Optional[int] update_ram_addr: list[GrinchRamData] reset_addr: Optional[list[GrinchRamData]] = None # Addresses to update once we find the item