mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Prepare for reset addresses in locations when items are sent in vanilla
This commit is contained in:
@@ -9,6 +9,7 @@ class GrinchLocationData(NamedTuple):
|
|||||||
location_group: str
|
location_group: 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
|
||||||
|
|
||||||
class GrinchLocation(Location):
|
class GrinchLocation(Location):
|
||||||
game: str = "The Grinch"
|
game: str = "The Grinch"
|
||||||
@@ -26,6 +27,7 @@ class GrinchLocation(Location):
|
|||||||
self.region = data.region
|
self.region = data.region
|
||||||
self.type = data.location_group
|
self.type = data.location_group
|
||||||
self.address = self.address
|
self.address = self.address
|
||||||
|
|
||||||
grinch_locations = {
|
grinch_locations = {
|
||||||
#Going to use current map id as indicator whether or not you visited a location
|
#Going to use current map id as indicator whether or not you visited a location
|
||||||
#Visitsanity
|
#Visitsanity
|
||||||
|
Reference in New Issue
Block a user