PKHeX/PKHeX.Core/PKM
Kurt 8eed9f84ba Fix pk1 catch rate overwriting
CatchRateIsItem is always false, thus the catch rate was always
overwritten with the base species catch rate regardless of if the base
species was the encounter.
For species like Metapod who have different catch rates from their base
species, this would invalidate any Metapod capture. So all possible
catch rates are checked.

Instead of setting the catch rate to the base species catch rate, set it
to the current species. Allows user to set the exact catch rate by
toggling between a legendary and the target species...
2017-05-28 13:19:48 -07:00
..
BK4.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
CK3.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
PK1.cs Fix pk1 catch rate overwriting 2017-05-28 13:19:48 -07:00
PK2.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
PK3.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
PK4.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
PK5.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
PK6.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
PK7.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
PKM.cs Fix gender ratio comparison 2017-05-23 18:48:16 -07:00
PKMConverter.cs Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
PKX.cs Fix gender ratio comparison 2017-05-23 18:48:16 -07:00
QRPK7.cs Cleanup 2017-05-12 09:33:12 -07:00
ShowdownSet.cs Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
XK3.cs Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00