Add another met location for gastro-1

Closes #2612
This commit is contained in:
Kurt 2019-12-30 15:11:54 -08:00
parent 9864f23427
commit 84c5f6e914

View File

@ -206,7 +206,7 @@ private static void CopyBerryTreeFromBridgeFieldToStony(IReadOnlyList<EncounterA
new EncounterStatic8 { Species = 213, Level = 34, Location = 146, }, // Shuckle in Dusty Bowl (in a Wild Area)
new EncounterStatic8 { Species = 330, Level = 51, Location = 146, }, // Flygon in Dusty Bowl (in a Wild Area)
new EncounterStatic8 { Species = 526, Level = 51, Location = 146, }, // Gigalith in Dusty Bowl (in a Wild Area)
new EncounterStatic8 { Species = 423, Level = 56, Location = 146, Form = 01, }, // Gastrodon in Dusty Bowl (in a Wild Area)
new EncounterStatic8S{ Species = 423, Level = 56, Locations = new[] {146, 148}, Form = 01, }, // Gastrodon in Dusty Bowl (in a Wild Area) and the Giants Mirror
new EncounterStatic8 { Species = 208, Level = 50, Location = 148, }, // Steelix around the Giants Mirror (in a Wild Area)
new EncounterStatic8 { Species = 068, Level = 60, Location = 148, Ability = 1, }, // Machamp around the Giants Mirror (in a Wild Area)
new EncounterStatic8 { Species = 182, Level = 41, Location = 148, }, // Bellossom around the Giants Mirror (in a Wild Area)