mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-24 04:53:08 +00:00
Add Poke Pelago table beginnings
Need to have the level (ranges?) documented first, but these are what serebii says are available.
This commit is contained in:
parent
ad8b61abe5
commit
c14922bba7
1 changed files with 27 additions and 0 deletions
|
@ -240,6 +240,33 @@ namespace PKHeX
|
|||
new EncounterStatic { Species = 718, Form = 1, Level = 50, Relearn = new[]{000, 000, 000, 000}, Shiny = false, Ability = 1, Location = 118, IV3 = true, }, // Zygarde
|
||||
new EncounterStatic { Species = 718, Form = 2, Level = 50, Relearn = new[]{000, 000, 000, 000}, Shiny = false, Ability = 1, Location = 118, IV3 = true, }, // Zygarde
|
||||
new EncounterStatic { Species = 718, Form = 3, Level = 50, Relearn = new[]{000, 000, 000, 000}, Shiny = false, Ability = 1, Location = 118, IV3 = true, }, // Zygarde
|
||||
|
||||
new EncounterStatic { Species = 021, Location = 30016, Level = -1, }, // Spearow
|
||||
new EncounterStatic { Species = 041, Location = 30016, Level = -1, }, // Zubat
|
||||
new EncounterStatic { Species = 060, Location = 30016, Level = -1, }, // Poliwag
|
||||
new EncounterStatic { Species = 064, Location = 30016, Level = -1, }, // Kadabra
|
||||
new EncounterStatic { Species = 081, Location = 30016, Level = -1, }, // Magnemite
|
||||
new EncounterStatic { Species = 090, Location = 30016, Level = -1, }, // Shellder
|
||||
new EncounterStatic { Species = 092, Location = 30016, Level = -1, }, // Gastly
|
||||
new EncounterStatic { Species = 120, Location = 30016, Level = -1, }, // Staryu
|
||||
new EncounterStatic { Species = 123, Location = 30016, Level = -1, }, // Scyther
|
||||
new EncounterStatic { Species = 127, Location = 30016, Level = -1, }, // Pinsir
|
||||
new EncounterStatic { Species = 131, Location = 30016, Level = -1, }, // Lapras
|
||||
new EncounterStatic { Species = 198, Location = 30016, Level = -1, }, // Murkrow
|
||||
new EncounterStatic { Species = 227, Location = 30016, Level = -1, }, // Skarmory
|
||||
new EncounterStatic { Species = 278, Location = 30016, Level = -1, }, // Wingull
|
||||
new EncounterStatic { Species = 375, Location = 30016, Level = -1, }, // Metang
|
||||
new EncounterStatic { Species = 426, Location = 30016, Level = -1, }, // Drifblim
|
||||
new EncounterStatic { Species = 429, Location = 30016, Level = -1, }, // Mismagius
|
||||
new EncounterStatic { Species = 587, Location = 30016, Level = -1, }, // Emolga
|
||||
new EncounterStatic { Species = 627, Location = 30016, Level = -1, }, // Rufflet
|
||||
new EncounterStatic { Species = 629, Location = 30016, Level = -1, }, // Vullaby
|
||||
new EncounterStatic { Species = 661, Location = 30016, Level = -1, }, // Fletchling
|
||||
new EncounterStatic { Species = 703, Location = 30016, Level = -1, }, // Carbink
|
||||
new EncounterStatic { Species = 707, Location = 30016, Level = -1, }, // Klefki
|
||||
new EncounterStatic { Species = 709, Location = 30016, Level = -1, }, // Trevenant
|
||||
new EncounterStatic { Species = 731, Location = 30016, Level = -1, }, // Pikipek
|
||||
new EncounterStatic { Species = 771, Location = 30016, Level = -1, }, // Pyukumuku
|
||||
};
|
||||
private static readonly EncounterTrade[] TradeGift_SM = // @ a\1\5\5
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue