diff --git a/PKHeX.Core/Legality/Encounters/Templates/Gen9/EncounterSlot9.cs b/PKHeX.Core/Legality/Encounters/Templates/Gen9/EncounterSlot9.cs index f70b435d8..4ab517ec3 100644 --- a/PKHeX.Core/Legality/Encounters/Templates/Gen9/EncounterSlot9.cs +++ b/PKHeX.Core/Legality/Encounters/Templates/Gen9/EncounterSlot9.cs @@ -114,8 +114,8 @@ public static bool CanSpawnInWeather(RibbonIndex mark, byte loc) 186 => Standard, // Coastal Plaza 188 => Standard, // Canyon Plaza 190 => Standard, // Polar Plaza - 192 => Standard, // Chargestone Cavern - 194 => Standard, // Torchlit Labyrinth + 192 => Inside, // Chargestone Cavern + 194 => Inside, // Torchlit Labyrinth _ => None, };