Skip to content

Commit

Permalink
Update Locations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Feb 24, 2024
1 parent 57c4ec2 commit c9c8e3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions worlds/khrecom/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,14 @@ def get_locations_by_category(category: str) -> Dict[str, KHRECOMLocationData]:
"Starting Checks (Sleight Wild Crush)": KHRECOMLocationData("Progression", 269_1571),
"Agrabah Ally (Sleight Sandstorm LV2)": KHRECOMLocationData("Progression", 269_1572),
"Agrabah Ally (Sleight Sandstorm LV3)": KHRECOMLocationData("Progression", 269_1573),
"Halloween Town Entrance (Sleight Surprise! LV2)": KHRECOMLocationData("Progression", 269_1574),
"Halloween Town Entrance (Sleight Surprise! LV3)": KHRECOMLocationData("Progression", 269_1575),
"Halloween Town Ally (Sleight Surprise! LV2)": KHRECOMLocationData("Progression", 269_1574),
"Halloween Town Ally (Sleight Surprise! LV3)": KHRECOMLocationData("Progression", 269_1575),
"Atlantica Ally (Sleight Spiral Wave LV2)": KHRECOMLocationData("Progression", 269_1576),
"Atlantica Ally (Sleight Spiral Wave LV3)": KHRECOMLocationData("Progression", 269_1577),
"Neverland Ally (Sleight Hummingbird LV2)": KHRECOMLocationData("Progression", 269_1578),
"Neverland Ally (Sleight Hummingbird LV3)": KHRECOMLocationData("Progression", 269_1579),
"Hollow Ally (Sleight Furious Volley LV2)": KHRECOMLocationData("Progression", 269_1580),
"Hollow Ally (Sleight Furious Volley LV3)": KHRECOMLocationData("Progression", 269_1581),
"Hollow Bastion Ally (Sleight Furious Volley LV2)": KHRECOMLocationData("Progression", 269_1580),
"Hollow Bastion Ally (Sleight Furious Volley LV3)": KHRECOMLocationData("Progression", 269_1581),
"Traverse Town Room of Beginnings (Sleight Lucky Bounty LV2)": KHRECOMLocationData("Progression", 269_1582),
"Traverse Town Room of Beginnings (Sleight Lucky Bounty LV3)": KHRECOMLocationData("Progression", 269_1583),

Expand Down

0 comments on commit c9c8e3c

Please sign in to comment.