mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Suggest min formarg for Mankey/Pawniard->stage3
This commit is contained in:
parent
d64fdb68ad
commit
4761a07311
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ public static class FormArgumentUtil
|
|||
(int)Qwilfish when currentSpecies == (int)Overqwil => 20u,
|
||||
(int)Stantler when currentSpecies == (int)Wyrdeer => 20u,
|
||||
(int)Basculin when currentSpecies == (int)Basculegion => 294u,
|
||||
(int)Primeape when currentSpecies == (int)Annihilape => 20u,
|
||||
(int)Bisharp when currentSpecies == (int)Kingambit => 3u,
|
||||
(int)Mankey or (int)Primeape when currentSpecies == (int)Annihilape => 20u,
|
||||
(int)Pawniard or (int)Bisharp when currentSpecies == (int)Kingambit => 3u,
|
||||
(int)Gimmighoul when currentSpecies == (int)Gholdengo => 999u,
|
||||
_ => 0u,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue