PKHeX/Tests/PKHeX.Tests/Legality
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
..
Illegal Add egg forme check 2017-11-27 18:13:54 -08:00
Legal Fix static encounter gift / egg edge case 2017-12-16 18:24:03 -08:00
LegalityTests.cs Block wild dusk rockruff 2017-11-17 20:02:01 -08:00