mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-15 08:47:14 +00:00
Add some cross boundary encounters (#2910)
This commit is contained in:
parent
3f09afd4cb
commit
565c9a590e
2 changed files with 5 additions and 1 deletions
|
@ -141,6 +141,10 @@ namespace PKHeX.Core
|
|||
// Brawler's Cave
|
||||
{174, new byte[] {172}},
|
||||
|
||||
// Courageous Cavern
|
||||
// Loop Lagoon
|
||||
{176, new byte[] {178}},
|
||||
|
||||
// Warm-Up Tunnel
|
||||
// Training Lowlands, Potbottom Desert
|
||||
{182, new byte[] {180, 184}},
|
||||
|
|
|
@ -520,7 +520,7 @@ namespace PKHeX.Core
|
|||
new EncounterStatic8 { Species = 128, Level = 28, Location = 180 }, // Tauros in the Training Lowlands (on the Isle of Armor)
|
||||
new EncounterStatic8 { Species = 687, Level = 28, Location = 180 }, // Malamar in the Training Lowlands (on the Isle of Armor)
|
||||
new EncounterStatic8 { Species = 214, Level = 28, Location = 180 }, // Heracross in the Training Lowlands (on the Isle of Armor)
|
||||
new EncounterStatic8 { Species = 507, Level = 28, Location = 180 }, // Herdier in the Training Lowlands (on the Isle of Armor)
|
||||
new EncounterStatic8S{ Species = 507, Level = 28, Locations = new[] {174, 180} }, // Herdier on Challenge Road and in the Training Lowlands (on the Isle of Armor)
|
||||
new EncounterStatic8 { Species = 549, Level = 28, Location = 180 }, // Lilligant in the Training Lowlands (on the Isle of Armor)
|
||||
new EncounterStatic8 { Species = 426, Level = 28, Location = 180 }, // Drifblim in the Training Lowlands (on the Isle of Armor
|
||||
new EncounterStatic8 { Species = 055, Level = 26, Location = 180 }, // Golduck in the Training Lowlands (on the Isle of Armor)
|
||||
|
|
Loading…
Reference in a new issue