From d2d2be899b35a4254de8b68933dd85add3b1570d Mon Sep 17 00:00:00 2001 From: Kurt Date: Thu, 7 Jan 2021 21:30:39 -0800 Subject: [PATCH] Critical typo fix Co-Authored-By: Matt <17801814+sora10pls@users.noreply.github.com> --- PKHeX.Core/Legality/Encounters/Data/Encounters8NestDist.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters8NestDist.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters8NestDist.cs index a49226f0f..4435a5d4c 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters8NestDist.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters8NestDist.cs @@ -633,7 +633,7 @@ internal static partial class Encounters8Nest new(60,10,5) { Species = 760, Ability = A4, Moves = new[]{ 663, 038, 276, 009 } }, // Bewear new(60,10,5) { Species = 573, Ability = A4, Moves = new[]{ 402, 231, 350, 304 } }, // Cinccino - // 1/8 - Forest Returns (no changes besides shiny Greedent replacing regular R5 Amoongus) + // 1/8 - Forest Returns (no changes besides shiny Greedent replacing regular R5 Amoonguss) new(60,10,5) { Species = 820, Ability = A4, Moves = new[]{ 747, 360, 371, 089 }, Shiny = Shiny.Always }, // Greedent };