diff --git a/CHANGELOG.md b/CHANGELOG.md index 84dc3775..6451b09f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## [Unreleased](https://github.com/LostArtefacts/TR-Rando/compare/V1.9.3...master) - xxxx-xx-xx +- fixed unreachable item locations in Coastal Village (#774) ## [V1.9.3](https://github.com/LostArtefacts/TR-Rando/compare/V1.9.2...V1.9.3) - 2024-09-29 - added an option to disable underwater corner secrets (#763) diff --git a/LocationExport/Program.cs b/LocationExport/Program.cs index bb6dce90..7422c6c4 100644 --- a/LocationExport/Program.cs +++ b/LocationExport/Program.cs @@ -357,25 +357,25 @@ private static void Usage() Console.WriteLine("Examples"); Console.ForegroundColor = ConsoleColor.Yellow; - Console.WriteLine("\tLocationExport TR3"); + Console.WriteLine("\tLocationExport export TR3"); Console.ResetColor(); Console.WriteLine("\t\tGenerate all locations for TR3 to TR3-Locations.json"); Console.WriteLine(); Console.ForegroundColor = ConsoleColor.Yellow; - Console.WriteLine("\tLocationExport RAPIDS.TR2 rapids.json"); + Console.WriteLine("\tLocationExport export RAPIDS.TR2 rapids.json"); Console.ResetColor(); Console.WriteLine("\t\tGenerate all locations for Madubu Gorge to rapids.json"); Console.WriteLine(); Console.ForegroundColor = ConsoleColor.Yellow; - Console.WriteLine("\tLocationExport TR3 old_locations.json new_locations.json"); + Console.WriteLine("\tLocationExport export TR3 old_locations.json new_locations.json"); Console.ResetColor(); Console.WriteLine("\t\tGenerate all locations for TR3 and output only the differences to new_locations.json (excludes old_loctions.json)"); Console.WriteLine(); Console.ForegroundColor = ConsoleColor.Yellow; - Console.WriteLine("\tLocationExport adjust"); + Console.WriteLine("\tLocationExport adjust TR1"); Console.ResetColor(); Console.WriteLine("\t\tIntended to adjust underwater corner secret locations. A diff output will be generated as diff.json"); Console.WriteLine(); diff --git a/TRRandomizerCore/Resources/TR3/Locations/invalid_item_locations.json b/TRRandomizerCore/Resources/TR3/Locations/invalid_item_locations.json index 196a6cd8..e6278d42 100644 --- a/TRRandomizerCore/Resources/TR3/Locations/invalid_item_locations.json +++ b/TRRandomizerCore/Resources/TR3/Locations/invalid_item_locations.json @@ -1328,6 +1328,18 @@ "Z": 32412, "Room": 2 }, + { + "X": 10752, + "Y": -4352, + "Z": 32256, + "Room": 2 + }, + { + "X": 1536, + "Y": -4352, + "Z": 38400, + "Room": 2 + }, { "X": 14848, "Y": -1408,