From 7a77b4524fd4cae46b4dc07f34ef8536bfd5f97d Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 14 Apr 2018 08:47:02 -0700 Subject: [PATCH] Add b2w2 route 23 amoonguss https://projectpokemon.org/home/forums/topic/44798-bug-report-amoonguss-encount-error-b2w2/ Thanks smileynation! --- PKHeX.Core/Legality/Encounters/Data/Encounters5.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters5.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters5.cs index 67a5ddf1e..7823cc3ae 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters5.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters5.cs @@ -598,6 +598,7 @@ private static void MarkG5Slots(ref EncounterArea[] Areas) new EncounterStatic { Species = 590, Level = 29, Location = 19, }, // Foongus @ Route 6 new EncounterStatic { Species = 591, Level = 43, Location = 24, }, // Amoonguss @ Route 11 new EncounterStatic { Species = 591, Level = 47, Location = 127, }, // Amoonguss @ Route 22 + new EncounterStatic { Species = 591, Level = 56, Location = 128, }, // Amoonguss @ Route 23 new EncounterStatic { Species = 593, Level = 40, Location = 71, Ability = 4, Version = GameVersion.B2, Gender = 0,}, // HA Jellicent @ Undella Bay Mon Only new EncounterStatic { Species = 593, Level = 40, Location = 71, Ability = 4, Version = GameVersion.W2, Gender = 1,}, // HA Jellicent @ Undella Bay Thurs Only new EncounterStatic { Species = 628, Level = 25, Location = 17, Ability = 4, Version = GameVersion.W2, Gender = 0,}, // HA Braviary @ Route 4 Mon Only