diff --git a/worlds/shorthike/Locations.py b/worlds/shorthike/Locations.py index 7ed19db0b2ee..4d2ff3ac5d3c 100644 --- a/worlds/shorthike/Locations.py +++ b/worlds/shorthike/Locations.py @@ -164,8 +164,8 @@ class LocationDict(TypedDict): {"name": "Orange Islands South Buried Chest", "id": base_id + 116, "inGameId": "(79.2, 19.7, 1150.5)", "needsShovel": True, "purchase": False}, {"name": "Orange Islands West Chest", "id": base_id + 117, "inGameId": "(111.8, 16.6, 1305.4)", "needsShovel": False, "purchase": False}, {"name": "Orange Islands North Buried Chest", "id": base_id + 118, "inGameId": "(88.4, 29.8, 1417.9)", "needsShovel": True, "purchase": False}, - {"name": "Orange Islands East Chest", "id": base_id + 119, "inGameId": "(441.9, 12.3, 1250.2)", "needsShovel": False, "purchase": False}, - {"name": "Orange Islands South Hidden Chest", "id": base_id + 120, "inGameId": "", "needsShovel": False, "purchase": False}, + {"name": "Orange Islands East Chest", "id": base_id + 119, "inGameId": "(483.7, 16.8, 1424.6)", "needsShovel": False, "purchase": False}, + {"name": "Orange Islands South Hidden Chest", "id": base_id + 120, "inGameId": "(441.9, 12.3, 1250.2)", "needsShovel": False, "purchase": False}, {"name": "A Stormy View Buried Treasure Chest", "id": base_id + 121, "inGameId": "(319.5, 8.9, 1314.1)", "needsShovel": True, "purchase": False}, {"name": "Orange Islands Ruins Buried Chest", "id": base_id + 122, "inGameId": "(406.6, 46.3, 1311.0)", "needsShovel": True, "purchase": False}, @@ -174,4 +174,4 @@ class LocationDict(TypedDict): {"name": "Old Building Race Reward", "id": base_id + 124, "inGameId": "RaceOpponent[1]", "needsShovel": False, "purchase": False}, {"name": "Hawk Peak Race Reward", "id": base_id + 125, "inGameId": "RaceOpponent[2]", "needsShovel": False, "purchase": False}, {"name": "Lose Race Gift", "id": base_id + 131, "inGameId": "RaceOpponent[9]", "needsShovel": False, "purchase": False}, -] \ No newline at end of file +]