Skip to content

Commit 07cd61c

Browse files
committed
pick better ids for region completions
1 parent 0f147c5 commit 07cd61c

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

worlds/crystal_project/locations.py

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1965,67 +1965,67 @@ def get_shop_locations(player: int, options: CrystalProjectOptions | None) -> Li
19651965

19661966
def get_region_completion_locations() -> List[LocationData]:
19671967
location_table: List[LocationData] = [
1968-
LocationData(SPAWNING_MEADOWS_AP_REGION, SPAWNING_MEADOWS_DISPLAY_NAME + " Region Completion", 20001 + regionsanity_index_offset, regionsanity=True),
1969-
LocationData(DELENDE_PLAINS_AP_REGION, DELENDE_DISPLAY_NAME + " Region Completion", 20002 + regionsanity_index_offset, regionsanity=True),
1970-
LocationData(MERCURY_SHRINE_AP_REGION, MERCURY_SHRINE_DISPLAY_NAME + " Region Completion", 20007 + regionsanity_index_offset, regionsanity=True),
1971-
LocationData(SOILED_DENLENDE_AP_REGION, SOILED_DEN_DISPLAY_NAME + " Region Completion", 20003 + regionsanity_index_offset, regionsanity=True),
1972-
LocationData(THE_PALE_GROTTO_AP_REGION, THE_PALE_GROTTO_DISPLAY_NAME + " Region Completion", 20004 + regionsanity_index_offset, regionsanity=True),
1973-
LocationData(SEASIDE_CLIFFS_AP_REGION, SEASIDE_CLIFFS_DISPLAY_NAME + " Region Completion", 20005 + regionsanity_index_offset, regionsanity=True),
1974-
LocationData(DRAFT_SHAFT_CONDUIT_AP_REGION, DRAFT_SHAFT_CONDUIT_DISPLAY_NAME + " Region Completion", 20006 + regionsanity_index_offset, regionsanity=True),
1975-
LocationData(YAMAGAWA_MA_AP_REGION, YAMAGAWA_MA_DISPLAY_NAME + " Region Completion", 20008 + regionsanity_index_offset, regionsanity=True),
1976-
LocationData(PROVING_MEADOWS_AP_REGION, PROVING_MEADOWS_DISPLAY_NAME + " Region Completion", 20009 + regionsanity_index_offset, regionsanity=True),
1977-
LocationData(SKUMPARADISE_AP_REGION, SKUMPARADISE_DISPLAY_NAME + " Region Completion", 20010 + regionsanity_index_offset, regionsanity=True),
1978-
LocationData(CAPITAL_SEQUOIA_AP_REGION, CAPITAL_SEQUOIA_DISPLAY_NAME + " Region Completion", 20011 + regionsanity_index_offset, regionsanity=True),
1979-
LocationData(JOJO_SEWERS_AP_REGION, JOJO_SEWERS_DISPLAY_NAME + " Region Completion", 20012 + regionsanity_index_offset, regionsanity=True),
1980-
LocationData(BOOMER_SOCIETY_AP_REGION, BOOMER_SOCIETY_DISPLAY_NAME + " Region Completion", 20013 + regionsanity_index_offset, regionsanity=True),
1981-
LocationData(ROLLING_QUINTAR_FIELDS_AP_REGION, ROLLING_QUINTAR_FIELDS_DISPLAY_NAME + " Region Completion", 20014 + regionsanity_index_offset, regionsanity=True),
1982-
LocationData(QUINTAR_NEST_AP_REGION, QUINTAR_NEST_DISPLAY_NAME + " Region Completion", 20015 + regionsanity_index_offset, regionsanity=True),
1983-
LocationData(QUINTAR_SANCTUM_AP_REGION, QUINTAR_SANCTUM_DISPLAY_NAME + " Region Completion", 20016 + regionsanity_index_offset, regionsanity=True),
1984-
LocationData(CAPITAL_JAIL_AP_REGION, CAPITAL_JAIL_DISPLAY_NAME + " Region Completion", 20017 + regionsanity_index_offset, regionsanity=True),
1985-
LocationData(PIPELINE_SOUTH_AP_REGION, CAPITAL_PIPELINE_DISPLAY_NAME + " Region Completion", 20018 + regionsanity_index_offset, regionsanity=True),
1986-
LocationData(WEST_COBBLESTONE_CRAG_AP_REGION, COBBLESTONE_CRAG_DISPLAY_NAME + " Region Completion", 20019 + regionsanity_index_offset, regionsanity=True),
1987-
LocationData(OKIMOTO_NS_AP_REGION, OKIMOTO_NS_DISPLAY_NAME + " Region Completion", 20020 + regionsanity_index_offset, regionsanity=True),
1988-
LocationData(EAST_GREENSHIRE_AP_REGION, GREENSHIRE_REPRISE_DISPLAY_NAME + " Region Completion", 20021 + regionsanity_index_offset, regionsanity=True),
1989-
LocationData(SALMON_PASS_EAST_AP_REGION, SALMON_PASS_DISPLAY_NAME + " Region Completion", 20022 + regionsanity_index_offset, regionsanity=True),
1990-
LocationData(SALMON_RIVER_AP_REGION, SALMON_RIVER_DISPLAY_NAME + " Region Completion", 20023 + regionsanity_index_offset, regionsanity=True),
1991-
LocationData(POKO_POKO_DESERT_AP_REGION, POKO_POKO_DESERT_DISPLAY_NAME + " Region Completion", 20024 + regionsanity_index_offset, regionsanity=True),
1992-
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME + " Region Completion", 20025 + regionsanity_index_offset, regionsanity=True),
1993-
LocationData(SARA_SARA_BEACH_EAST_AP_REGION, SARA_SARA_BEACH_DISPLAY_NAME + " Region Completion", 20026 + regionsanity_index_offset, regionsanity=True),
1994-
LocationData(ANCIENT_RESERVOIR_AP_REGION, ANCIENT_RESERVOIR_DISPLAY_NAME + " Region Completion", 20028 + regionsanity_index_offset, regionsanity=True),
1995-
LocationData(SALMON_BAY_BASIN_AP_REGION, SALMON_BAY_DISPLAY_NAME + " Region Completion", 20030 + regionsanity_index_offset, regionsanity=True),
1996-
LocationData(THE_OPEN_SEA_AP_REGION, THE_OPEN_SEA_DISPLAY_NAME + " Region Completion", 20031 + regionsanity_index_offset, regionsanity=True),
1997-
LocationData(SHOUDU_WATERFRONT_AP_REGION, SHOUDU_WATERFRONT_DISPLAY_NAME + " Region Completion", 20032 + regionsanity_index_offset, regionsanity=True),
1998-
LocationData(SHOUDU_DOCKSIDE_AP_REGION, SHOUDU_PROVINCE_DISPLAY_NAME + " Region Completion", 20033 + regionsanity_index_offset, regionsanity=True),
1999-
LocationData(THE_UNDERCITY_HOMEPOINT_AND_BLADE_MASTER_AP_REGION, THE_UNDERCITY_DISPLAY_NAME + " Region Completion", 20034 + regionsanity_index_offset, regionsanity=True),
2000-
LocationData(GANYMEDE_SHRINE_AP_REGION, GANYMEDE_SHRINE_DISPLAY_NAME + " Region Completion", 20035 + regionsanity_index_offset, regionsanity=True),
2001-
LocationData(BEAURIOR_BOARDWALK_AP_REGION, BEAURIOR_VOLCANO_DISPLAY_NAME + " Region Completion", 20036 + regionsanity_index_offset, regionsanity=True),
2002-
LocationData(BEAURIOR_ROCK_MAIN_AP_REGION, BEAURIOR_ROCK_DISPLAY_NAME + " Region Completion", 20037 + regionsanity_index_offset, regionsanity=True),
2003-
LocationData(LAKE_DELENDE_AP_REGION, LAKE_DELENDE_DISPLAY_NAME + " Region Completion", 20038 + regionsanity_index_offset, regionsanity=True),
2004-
LocationData(QUINTAR_RESERVE_AP_REGION, QUINTAR_RESERVE_DISPLAY_NAME + " Region Completion", 20039 + regionsanity_index_offset, regionsanity=True),
2005-
LocationData(DIONE_SHRINE_AP_REGION, DIONE_SHRINE_DISPLAY_NAME + " Region Completion", 20040 + regionsanity_index_offset, regionsanity=True),
2006-
LocationData(QUINTAR_MAUSOLEUM_AP_REGION, QUINTAR_MAUSOLEUM_DISPLAY_NAME + " Region Completion", 20041 + regionsanity_index_offset, regionsanity=True),
2007-
LocationData(EASTERN_CHASM_AP_REGION, EASTERN_CHASM_DISPLAY_NAME + " Region Completion", 20042 + regionsanity_index_offset, regionsanity=True),
2008-
LocationData(LOWER_ICE_LAKES_AP_REGION, TALL_TALL_HEIGHTS_DISPLAY_NAME + " Region Completion", 20043 + regionsanity_index_offset, regionsanity=True),
2009-
LocationData(UPPER_NORTHERN_CAVE_AP_REGION, NORTHERN_CAVE_DISPLAY_NAME + " Region Completion", 20044 + regionsanity_index_offset, regionsanity=True),
2010-
LocationData(LANDS_END_AP_REGION, LANDS_END_DISPLAY_NAME + " Region Completion", 20045 + regionsanity_index_offset, regionsanity=True),
2011-
LocationData(SLIP_GLIDE_RIDE_ENTRANCE_AP_REGION, SLIP_GLIDE_RIDE_DISPLAY_NAME + " Region Completion", 20046 + regionsanity_index_offset, regionsanity=True),
2012-
LocationData(SEQUOIA_ATHENAEUM_AP_REGION, SEQUOIA_ATHENAEUM_DISPLAY_NAME + " Region Completion", 20047 + regionsanity_index_offset, regionsanity=True),
2013-
LocationData(NORTHERN_STRETCH_RACE_START_AP_REGION, NORTHERN_STRETCH_DISPLAY_NAME + " Region Completion", 20048 + regionsanity_index_offset, regionsanity=True),
2014-
LocationData(PEAK_RAMPARTS_AP_REGION, CASTLE_RAMPARTS_DISPLAY_NAME + " Region Completion", 20049 + regionsanity_index_offset, regionsanity=True),
2015-
LocationData(CHALICE_RIM_AP_REGION, THE_CHALICE_OF_TAR_DISPLAY_NAME + " Region Completion", 20050 + regionsanity_index_offset, regionsanity=True),
2016-
LocationData(FLYERS_CRAG_UPPER_AP_REGION, FLYERS_CRAG_DISPLAY_NAME + " Region Completion", 20051 + regionsanity_index_offset, regionsanity=True),
2017-
LocationData(EUROPA_SHRINE_AP_REGION, JIDAMBA_TANGLE_DISPLAY_NAME + " Region Completion", 20052 + regionsanity_index_offset, regionsanity=True),
2018-
LocationData(LAND_OF_TIMER_FISHES_AP_REGION, JIDAMBA_EACLANEYA_DISPLAY_NAME + " Region Completion", 20053 + regionsanity_index_offset, regionsanity=True),
2019-
LocationData(THE_DEEP_SEA_AP_REGION, THE_DEEP_SEA_DISPLAY_NAME + " Region Completion", 20054 + regionsanity_index_offset, regionsanity=True),
2020-
LocationData(NEPTUNE_SHRINE_AP_REGION, NEPTUNE_SHRINE_DISPLAY_NAME + " Region Completion", 20055 + regionsanity_index_offset, regionsanity=True),
2021-
LocationData(JADE_CAVERN_AP_REGION, JADE_CAVERN_DISPLAY_NAME + " Region Completion", 20056 + regionsanity_index_offset, regionsanity=True),
2022-
LocationData(CONTINENTAL_TRAM_AP_REGION, CONTINENTAL_TRAM_DISPLAY_NAME + " Region Completion", 20057 + regionsanity_index_offset, regionsanity=True),
2023-
LocationData(ANCIENT_LABYRINTH_AP_REGION, ANCIENT_LABYRINTH_DISPLAY_NAME + " Region Completion", 20058 + regionsanity_index_offset, regionsanity=True),
2024-
LocationData(THE_SEQUOIA_AP_REGION, THE_SEQUOIA_DISPLAY_NAME + " Region Completion", 20059 + regionsanity_index_offset, regionsanity=True),
2025-
LocationData(THE_DEPTHS_AP_REGION, THE_DEPTHS_DISPLAY_NAME + " Region Completion", 20060 + regionsanity_index_offset, regionsanity=True),
2026-
LocationData(CASTLE_SEQUOIA_AP_REGION, CASTLE_SEQUOIA_DISPLAY_NAME + " Region Completion", 20061 + regionsanity_index_offset, regionsanity=True),
2027-
LocationData(THE_NEW_WORLD_AP_REGION, THE_NEW_WORLD_DISPLAY_NAME + " Region Completion", 20063 + regionsanity_index_offset, regionsanity=True),
2028-
LocationData(THE_OLD_WORLD_AP_REGION, THE_OLD_WORLD_DISPLAY_NAME + " Region Completion", 20064 + regionsanity_index_offset, regionsanity=True),
1968+
LocationData(SPAWNING_MEADOWS_AP_REGION, SPAWNING_MEADOWS_DISPLAY_NAME + " Region Completion", 19001 + regionsanity_index_offset, regionsanity=True),
1969+
LocationData(DELENDE_PLAINS_AP_REGION, DELENDE_DISPLAY_NAME + " Region Completion", 19002 + regionsanity_index_offset, regionsanity=True),
1970+
LocationData(MERCURY_SHRINE_AP_REGION, MERCURY_SHRINE_DISPLAY_NAME + " Region Completion", 19007 + regionsanity_index_offset, regionsanity=True),
1971+
LocationData(SOILED_DENLENDE_AP_REGION, SOILED_DEN_DISPLAY_NAME + " Region Completion", 19003 + regionsanity_index_offset, regionsanity=True),
1972+
LocationData(THE_PALE_GROTTO_AP_REGION, THE_PALE_GROTTO_DISPLAY_NAME + " Region Completion", 19004 + regionsanity_index_offset, regionsanity=True),
1973+
LocationData(SEASIDE_CLIFFS_AP_REGION, SEASIDE_CLIFFS_DISPLAY_NAME + " Region Completion", 19005 + regionsanity_index_offset, regionsanity=True),
1974+
LocationData(DRAFT_SHAFT_CONDUIT_AP_REGION, DRAFT_SHAFT_CONDUIT_DISPLAY_NAME + " Region Completion", 19006 + regionsanity_index_offset, regionsanity=True),
1975+
LocationData(YAMAGAWA_MA_AP_REGION, YAMAGAWA_MA_DISPLAY_NAME + " Region Completion", 19008 + regionsanity_index_offset, regionsanity=True),
1976+
LocationData(PROVING_MEADOWS_AP_REGION, PROVING_MEADOWS_DISPLAY_NAME + " Region Completion", 19009 + regionsanity_index_offset, regionsanity=True),
1977+
LocationData(SKUMPARADISE_AP_REGION, SKUMPARADISE_DISPLAY_NAME + " Region Completion", 19010 + regionsanity_index_offset, regionsanity=True),
1978+
LocationData(CAPITAL_SEQUOIA_AP_REGION, CAPITAL_SEQUOIA_DISPLAY_NAME + " Region Completion", 19011 + regionsanity_index_offset, regionsanity=True),
1979+
LocationData(JOJO_SEWERS_AP_REGION, JOJO_SEWERS_DISPLAY_NAME + " Region Completion", 19012 + regionsanity_index_offset, regionsanity=True),
1980+
LocationData(BOOMER_SOCIETY_AP_REGION, BOOMER_SOCIETY_DISPLAY_NAME + " Region Completion", 19013 + regionsanity_index_offset, regionsanity=True),
1981+
LocationData(ROLLING_QUINTAR_FIELDS_AP_REGION, ROLLING_QUINTAR_FIELDS_DISPLAY_NAME + " Region Completion", 19014 + regionsanity_index_offset, regionsanity=True),
1982+
LocationData(QUINTAR_NEST_AP_REGION, QUINTAR_NEST_DISPLAY_NAME + " Region Completion", 19015 + regionsanity_index_offset, regionsanity=True),
1983+
LocationData(QUINTAR_SANCTUM_AP_REGION, QUINTAR_SANCTUM_DISPLAY_NAME + " Region Completion", 19016 + regionsanity_index_offset, regionsanity=True),
1984+
LocationData(CAPITAL_JAIL_AP_REGION, CAPITAL_JAIL_DISPLAY_NAME + " Region Completion", 19017 + regionsanity_index_offset, regionsanity=True),
1985+
LocationData(PIPELINE_SOUTH_AP_REGION, CAPITAL_PIPELINE_DISPLAY_NAME + " Region Completion", 19018 + regionsanity_index_offset, regionsanity=True),
1986+
LocationData(WEST_COBBLESTONE_CRAG_AP_REGION, COBBLESTONE_CRAG_DISPLAY_NAME + " Region Completion", 19019 + regionsanity_index_offset, regionsanity=True),
1987+
LocationData(OKIMOTO_NS_AP_REGION, OKIMOTO_NS_DISPLAY_NAME + " Region Completion", 19020 + regionsanity_index_offset, regionsanity=True),
1988+
LocationData(EAST_GREENSHIRE_AP_REGION, GREENSHIRE_REPRISE_DISPLAY_NAME + " Region Completion", 19021 + regionsanity_index_offset, regionsanity=True),
1989+
LocationData(SALMON_PASS_EAST_AP_REGION, SALMON_PASS_DISPLAY_NAME + " Region Completion", 19022 + regionsanity_index_offset, regionsanity=True),
1990+
LocationData(SALMON_RIVER_AP_REGION, SALMON_RIVER_DISPLAY_NAME + " Region Completion", 19023 + regionsanity_index_offset, regionsanity=True),
1991+
LocationData(POKO_POKO_DESERT_AP_REGION, POKO_POKO_DESERT_DISPLAY_NAME + " Region Completion", 19024 + regionsanity_index_offset, regionsanity=True),
1992+
LocationData(SARA_SARA_BAZAAR_AP_REGION, SARA_SARA_BAZAAR_DISPLAY_NAME + " Region Completion", 19025 + regionsanity_index_offset, regionsanity=True),
1993+
LocationData(SARA_SARA_BEACH_EAST_AP_REGION, SARA_SARA_BEACH_DISPLAY_NAME + " Region Completion", 19026 + regionsanity_index_offset, regionsanity=True),
1994+
LocationData(ANCIENT_RESERVOIR_AP_REGION, ANCIENT_RESERVOIR_DISPLAY_NAME + " Region Completion", 19028 + regionsanity_index_offset, regionsanity=True),
1995+
LocationData(SALMON_BAY_BASIN_AP_REGION, SALMON_BAY_DISPLAY_NAME + " Region Completion", 19030 + regionsanity_index_offset, regionsanity=True),
1996+
LocationData(THE_OPEN_SEA_AP_REGION, THE_OPEN_SEA_DISPLAY_NAME + " Region Completion", 19031 + regionsanity_index_offset, regionsanity=True),
1997+
LocationData(SHOUDU_WATERFRONT_AP_REGION, SHOUDU_WATERFRONT_DISPLAY_NAME + " Region Completion", 19032 + regionsanity_index_offset, regionsanity=True),
1998+
LocationData(SHOUDU_DOCKSIDE_AP_REGION, SHOUDU_PROVINCE_DISPLAY_NAME + " Region Completion", 19033 + regionsanity_index_offset, regionsanity=True),
1999+
LocationData(THE_UNDERCITY_HOMEPOINT_AND_BLADE_MASTER_AP_REGION, THE_UNDERCITY_DISPLAY_NAME + " Region Completion", 19034 + regionsanity_index_offset, regionsanity=True),
2000+
LocationData(GANYMEDE_SHRINE_AP_REGION, GANYMEDE_SHRINE_DISPLAY_NAME + " Region Completion", 19035 + regionsanity_index_offset, regionsanity=True),
2001+
LocationData(BEAURIOR_BOARDWALK_AP_REGION, BEAURIOR_VOLCANO_DISPLAY_NAME + " Region Completion", 19036 + regionsanity_index_offset, regionsanity=True),
2002+
LocationData(BEAURIOR_ROCK_MAIN_AP_REGION, BEAURIOR_ROCK_DISPLAY_NAME + " Region Completion", 19037 + regionsanity_index_offset, regionsanity=True),
2003+
LocationData(LAKE_DELENDE_AP_REGION, LAKE_DELENDE_DISPLAY_NAME + " Region Completion", 19038 + regionsanity_index_offset, regionsanity=True),
2004+
LocationData(QUINTAR_RESERVE_AP_REGION, QUINTAR_RESERVE_DISPLAY_NAME + " Region Completion", 19039 + regionsanity_index_offset, regionsanity=True),
2005+
LocationData(DIONE_SHRINE_AP_REGION, DIONE_SHRINE_DISPLAY_NAME + " Region Completion", 19040 + regionsanity_index_offset, regionsanity=True),
2006+
LocationData(QUINTAR_MAUSOLEUM_AP_REGION, QUINTAR_MAUSOLEUM_DISPLAY_NAME + " Region Completion", 19041 + regionsanity_index_offset, regionsanity=True),
2007+
LocationData(EASTERN_CHASM_AP_REGION, EASTERN_CHASM_DISPLAY_NAME + " Region Completion", 19042 + regionsanity_index_offset, regionsanity=True),
2008+
LocationData(LOWER_ICE_LAKES_AP_REGION, TALL_TALL_HEIGHTS_DISPLAY_NAME + " Region Completion", 19043 + regionsanity_index_offset, regionsanity=True),
2009+
LocationData(UPPER_NORTHERN_CAVE_AP_REGION, NORTHERN_CAVE_DISPLAY_NAME + " Region Completion", 19044 + regionsanity_index_offset, regionsanity=True),
2010+
LocationData(LANDS_END_AP_REGION, LANDS_END_DISPLAY_NAME + " Region Completion", 19045 + regionsanity_index_offset, regionsanity=True),
2011+
LocationData(SLIP_GLIDE_RIDE_ENTRANCE_AP_REGION, SLIP_GLIDE_RIDE_DISPLAY_NAME + " Region Completion", 19046 + regionsanity_index_offset, regionsanity=True),
2012+
LocationData(SEQUOIA_ATHENAEUM_AP_REGION, SEQUOIA_ATHENAEUM_DISPLAY_NAME + " Region Completion", 19047 + regionsanity_index_offset, regionsanity=True),
2013+
LocationData(NORTHERN_STRETCH_RACE_START_AP_REGION, NORTHERN_STRETCH_DISPLAY_NAME + " Region Completion", 19048 + regionsanity_index_offset, regionsanity=True),
2014+
LocationData(PEAK_RAMPARTS_AP_REGION, CASTLE_RAMPARTS_DISPLAY_NAME + " Region Completion", 19049 + regionsanity_index_offset, regionsanity=True),
2015+
LocationData(CHALICE_RIM_AP_REGION, THE_CHALICE_OF_TAR_DISPLAY_NAME + " Region Completion", 19050 + regionsanity_index_offset, regionsanity=True),
2016+
LocationData(FLYERS_CRAG_UPPER_AP_REGION, FLYERS_CRAG_DISPLAY_NAME + " Region Completion", 19051 + regionsanity_index_offset, regionsanity=True),
2017+
LocationData(EUROPA_SHRINE_AP_REGION, JIDAMBA_TANGLE_DISPLAY_NAME + " Region Completion", 19052 + regionsanity_index_offset, regionsanity=True),
2018+
LocationData(LAND_OF_TIMER_FISHES_AP_REGION, JIDAMBA_EACLANEYA_DISPLAY_NAME + " Region Completion", 19053 + regionsanity_index_offset, regionsanity=True),
2019+
LocationData(THE_DEEP_SEA_AP_REGION, THE_DEEP_SEA_DISPLAY_NAME + " Region Completion", 19054 + regionsanity_index_offset, regionsanity=True),
2020+
LocationData(NEPTUNE_SHRINE_AP_REGION, NEPTUNE_SHRINE_DISPLAY_NAME + " Region Completion", 19055 + regionsanity_index_offset, regionsanity=True),
2021+
LocationData(JADE_CAVERN_AP_REGION, JADE_CAVERN_DISPLAY_NAME + " Region Completion", 19056 + regionsanity_index_offset, regionsanity=True),
2022+
LocationData(CONTINENTAL_TRAM_AP_REGION, CONTINENTAL_TRAM_DISPLAY_NAME + " Region Completion", 19057 + regionsanity_index_offset, regionsanity=True),
2023+
LocationData(ANCIENT_LABYRINTH_AP_REGION, ANCIENT_LABYRINTH_DISPLAY_NAME + " Region Completion", 19058 + regionsanity_index_offset, regionsanity=True),
2024+
LocationData(THE_SEQUOIA_AP_REGION, THE_SEQUOIA_DISPLAY_NAME + " Region Completion", 19059 + regionsanity_index_offset, regionsanity=True),
2025+
LocationData(THE_DEPTHS_AP_REGION, THE_DEPTHS_DISPLAY_NAME + " Region Completion", 19060 + regionsanity_index_offset, regionsanity=True),
2026+
LocationData(CASTLE_SEQUOIA_AP_REGION, CASTLE_SEQUOIA_DISPLAY_NAME + " Region Completion", 19061 + regionsanity_index_offset, regionsanity=True),
2027+
LocationData(THE_NEW_WORLD_AP_REGION, THE_NEW_WORLD_DISPLAY_NAME + " Region Completion", 19063 + regionsanity_index_offset, regionsanity=True),
2028+
LocationData(THE_OLD_WORLD_AP_REGION, THE_OLD_WORLD_DISPLAY_NAME + " Region Completion", 19064 + regionsanity_index_offset, regionsanity=True),
20292029
]
20302030
return location_table
20312031

0 commit comments

Comments
 (0)