mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-09 17:56:29 -05:00
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.
This commit is contained in:
@@ -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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user