From 04888a5c39bee7096dbbdc825dc48deff619d63b Mon Sep 17 00:00:00 2001 From: Kurt Date: Sun, 4 Feb 2018 13:04:45 -0800 Subject: [PATCH] Add crabrawler berry pile scripted encounter https://projectpokemon.org/home/forums/topic/43628-crabawler-bug/ doesn't exist in static encounters, maybe is set up like the swooping encounters of gen6. --- PKHeX.Core/Legality/Encounters/Data/Encounters7.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs b/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs index 8f8c8f63d..3820470a7 100644 --- a/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs +++ b/PKHeX.Core/Legality/Encounters/Data/Encounters7.cs @@ -367,6 +367,8 @@ private static void MarkG7SMSlots(ref EncounterArea[] Areas) new EncounterStatic { Species = 805, Level = 60, Location = 164, Ability = 1, IV3 = true, Version = GameVersion.UM }, // Stakataka @ Poni Grove new EncounterStatic { Species = 806, Level = 60, Location = 164, Ability = 1, IV3 = true, Version = GameVersion.US }, // Blacephalon @ Poni Grove new EncounterStatic { Species = 101, Level = 60, Location = 224, Ability = 1, Shiny = false, }, // Electrode @ Team Rocket's Castle + + new EncounterStatic { Species = 739, Level = 25, Location = 106, Ability = 1, }, // Crabrawler @ Route 10 }; internal static readonly EncounterTrade[] TradeGift_USUM = {