PKHeX/Tests/PKHeX.Tests
Kurt 21c1dde3a7 Fix static encounter gift / egg edge case
extract EncounterStatic match determination; in doing so fixes "lvl" by
passing byval.

Pichu encounters (2) come before the Gift level 25 pikachu, causing lvl
to be dropped to 5. When pikachu comes around, it compares 5==25 -> bad;
pulling out the method and passing byval allows it to be 25 at the start
of every new encounterstatic checked.
2017-12-16 18:24:03 -08:00
..
Legality Fix static encounter gift / egg edge case 2017-12-16 18:24:03 -08:00
PKM Add slot level / IsEncounterable beginnings 2017-11-29 21:31:52 -08:00
Properties Add checksum tests 2017-11-07 19:07:13 -06:00
Resources Add checksum tests 2017-11-07 19:07:13 -06:00
Saves Add more checks to failing test 2017-11-07 19:21:17 -06:00
Util Fix broken test 2017-11-08 13:30:52 -08:00
PKHeX.Tests.csproj Add checksum tests 2017-11-07 19:07:13 -06:00