PKHeX/PKHeX.WinForms
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
..
Controls Fix pk1 catch rate overwriting 2017-05-28 13:19:48 -07:00
MainWindow Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
Misc Missing hash from gen 6 qr injection url 2017-05-15 17:07:07 -03:00
Properties Converted PKHeX.Core to .Net Standard 2017-05-11 23:34:18 -05:00
Resources Folder List enhancements 2017-05-17 21:25:48 -04:00
Subforms Refactor encounter matching 2017-05-27 21:17:57 -07:00
Util Refactor main form into smaller pieces 2017-05-22 21:55:12 -07:00
App.config Add setting for unset changes notification 2017-03-22 18:02:05 -07:00
icon.ico Split winforms to separate project 2017-01-07 23:54:09 -08:00
packages.config Add missing package for MemeCrypto in .Net Framework 2017-05-12 12:16:11 -05:00
PKHeX.WinForms.csproj add EventFlags resources BW 2017-05-26 19:17:28 +09:00
Program.cs Tabs -> Spaces & Typo 2017-02-13 19:55:02 +01:00
Settings.cs Split winforms to separate project 2017-01-07 23:54:09 -08:00