From 552c87462bc868df2041ce60eb9dd898bf9233c0 Mon Sep 17 00:00:00 2001 From: Ehseezed Date: Mon, 30 Oct 2023 19:27:35 -0500 Subject: [PATCH] Genesis --- worlds/am2r/locations.py | 2 +- worlds/am2r/regions.py | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/worlds/am2r/locations.py b/worlds/am2r/locations.py index 71290734aa53..e03644580884 100644 --- a/worlds/am2r/locations.py +++ b/worlds/am2r/locations.py @@ -88,7 +88,7 @@ def get_location_datas(world: Optional[MultiWorld], player: Optional[int]): LocationData("GFS Thoth", "GFS Thoth: Research Camp", 8680056), LocationData("GFS Thoth", "GFS Thoth: Hornoad room", 8680057, lambda state: state.has("Power Bomb", player)), LocationData("GFS Thoth", "GFS Thoth: Outside the Front of the Ship", 8680058, lambda state: state.has("Power Bomb", player)), - LocationData("GFS Thoth", "GFS Thoth: Genesis", 8680059, lambda state: state.has("Power Bomb", player)), + LocationData("Genesis", "Genesis: Boss", 8680059, lambda state: state.has("Power Bomb", player)), LocationData("The Tower", "The Tower: Beside Hydro Pipe", 8680060, lambda state: state.has("Screw Attack", player)), LocationData("The Tower", "The Tower: Right Side of Tower", 8680061), diff --git a/worlds/am2r/regions.py b/worlds/am2r/regions.py index b04e543d20bf..a2f842e15df9 100644 --- a/worlds/am2r/regions.py +++ b/worlds/am2r/regions.py @@ -95,6 +95,9 @@ def create_regions_and_locations(world: MultiWorld, player: int): connect(world, player, "Main Caves", "GFS Thoth"), connect(world, player, "GFS Thoth", "Main Caves"), + connect(world, player, "GFS Thoth", "Genesis") + connect(world, player, "GFS Thoth", "Genesis") + connect(world, player, "Guardian", "Golden Temple"), connect(world, player, "Golden Temple", "Guardian"),