mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Added list[str] for location groups for inevitable location group implementation
This commit is contained in:
@@ -6,7 +6,7 @@ from BaseClasses import Location, Region
|
|||||||
|
|
||||||
class GrinchLocationData(NamedTuple):
|
class GrinchLocationData(NamedTuple):
|
||||||
region: str
|
region: str
|
||||||
location_group: str
|
location_group: str #list[str]
|
||||||
id: Optional[int]
|
id: Optional[int]
|
||||||
update_ram_addr: list[GrinchRamData]
|
update_ram_addr: list[GrinchRamData]
|
||||||
reset_addr: Optional[list[GrinchRamData]] = None # Addresses to update once we find the item
|
reset_addr: Optional[list[GrinchRamData]] = None # Addresses to update once we find the item
|
||||||
|
Reference in New Issue
Block a user