Prepare for reset addresses in locations when items are sent in vanilla

This commit is contained in:
MarioSpore
2025-08-19 02:00:11 -04:00
parent 5eaf551584
commit 14d7bdba15

View File

@@ -9,6 +9,7 @@ class GrinchLocationData(NamedTuple):
location_group: str
id: Optional[int]
update_ram_addr: list[GrinchRamData]
reset_addr: Optional[list[GrinchRamData]] = None # Addresses to update once we find the item
class GrinchLocation(Location):
game: str = "The Grinch"
@@ -26,6 +27,7 @@ class GrinchLocation(Location):
self.region = data.region
self.type = data.location_group
self.address = self.address
grinch_locations = {
#Going to use current map id as indicator whether or not you visited a location
#Visitsanity