mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 01:44:09 -05:00
Critical typo fix
Co-Authored-By: Matt <17801814+sora10pls@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user