Skip to content

Commit 77968a0

Browse files
moved an overpass chest from Delende to Yamagawa since you can just drop down to get it
1 parent 71f59d3 commit 77968a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

worlds/crystal_project/locations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def get_locations(player: int, options: CrystalProjectOptions) -> List[LocationD
8989
LocationData(DELENDE, "Delende Chest - Off north path", 259 + treasure_index_offset), #Tonic chest
9090
LocationData(DELENDE, "Delende Chest - Before Proving Meadows", 216 + treasure_index_offset), #Tonic Pouch chest
9191
LocationData(DELENDE, "Delende Chest - In front of fish hatchery below tree", 2997 + treasure_index_offset), #Tonic Pouch chest
92-
LocationData(DELENDE, "Overpass Chest - Dead tree by Fencers Keep", 3537 + treasure_index_offset, lambda state: logic.has_vertical_movement(state)), #(148, 151, -114) 6th Overpass Scrap on Overpass main map
9392

9493
#NPCs
9594
LocationData(DELENDE, "Delende NPC - Astley gives you a home point stone", 28 + npc_index_offset),
@@ -229,6 +228,7 @@ def get_locations(player: int, options: CrystalProjectOptions) -> List[LocationD
229228
LocationData(YAMAGAWA_MA, "Yamagawa M.A. Chest - Dead end", 3056 + treasure_index_offset), #Tonic chest
230229
LocationData(YAMAGAWA_MA, "Yamagawa M.A. Chest - Hidden stairway", 757 + treasure_index_offset), #Tonic Pouch chest
231230
LocationData(YAMAGAWA_MA, "Yamagawa M.A. Chest - Drop down to mountain balcony", 290 + treasure_index_offset), #Torpid Cuffs chest
231+
LocationData(YAMAGAWA_MA, "Overpass Chest - Dead tree by Fencers Keep", 3537 + treasure_index_offset), #(148, 151, -114) 6th Overpass Scrap on Overpass main map
232232

233233
#NPCs
234234
LocationData(YAMAGAWA_MA, "Yamagawa M.A. NPC - Hidden inside waterfall source", 628 + npc_index_offset, lambda state: logic.has_swimming(state)), #Autumns Oath
@@ -785,7 +785,7 @@ def get_locations(player: int, options: CrystalProjectOptions) -> List[LocationD
785785
#3rd Scrap on main Overpass map has been categorized under the Okimoto N.S.
786786
#4th Scrap on main Overpass map has been categorized under Dione Shrine
787787
#5th Scrap on main Overpass map has been categorized under Quintar Reserve
788-
#6th Scrap on main Overpass map has been categorized under Delende
788+
#6th Scrap on main Overpass map has been categorized under Yamagawa M.A.
789789
#7th Scrap on main Overpass map has been categorized under Beaurior Rock
790790
#8th Scrap on main Overpass map has been categorized under Salmon Bay
791791
#9th Scrap on main Overpass map has been categorized under Lands End

0 commit comments

Comments
 (0)