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:
Kurt
2018-02-04 13:04:45 -08:00
parent 8695666044
commit 04888a5c39

View File

@@ -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 =
{