mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fixed broken locations in Timespinner (#213)
* Fixed mixed up locations for Aelana's chest and pedestal. Can provide screenshots for proof. * Fixed mixed up locations for Upper Lake Desolation double jump cave floor and platform. Can provide screenshots for proof. * Fixed up mixed locations for: Aelana's chest and pedestal Upper desolation double jump cave platform and floor upper sealedcave after sirends chest 1 and chest 2 * Updated data version from 6 to 7
This commit is contained in:
@@ -18,7 +18,7 @@ class TimespinnerWorld(World):
|
||||
game = "Timespinner"
|
||||
topology_present = True
|
||||
remote_items = False
|
||||
data_version = 6
|
||||
data_version = 7
|
||||
|
||||
item_name_to_id = {name: data.code for name, data in item_table.items()}
|
||||
location_name_to_id = {location.name: location.code for location in get_locations(None, None)}
|
||||
|
Reference in New Issue
Block a user