mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Update to latest Rom and add writing support for timed modes and treasure hunt.
This commit is contained in:
5
Main.py
5
Main.py
@@ -381,6 +381,11 @@ def copy_world(world):
|
||||
ret.required_medallions = list(world.required_medallions)
|
||||
ret.agahnim_fix_required = world.agahnim_fix_required
|
||||
ret.swamp_patch_required = world.swamp_patch_required
|
||||
ret.treasure_hunt_count = world.treasure_hunt_count
|
||||
ret.treasure_hunt_icon = world.treasure_hunt_icon
|
||||
ret.sewer_light_cone = world.sewer_light_cone
|
||||
ret.light_world_light_cone = world.light_world_light_cone
|
||||
ret.dark_world_light_cone = world.dark_world_light_cone
|
||||
create_regions(ret)
|
||||
|
||||
# connect copied world
|
||||
|
Reference in New Issue
Block a user