PKHeX/PKHeX.Core/Legality/Encounters
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
..
Data Add form/nature checks for gen5 trades 2017-12-16 14:09:03 -08:00
EncounterEgg.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
EncounterFinder.cs Misc tweaks 2017-12-04 16:26:26 -08:00
EncounterGenerator.cs Fix static encounter gift / egg edge case 2017-12-16 18:24:03 -08:00
EncounterInvalid.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
EncounterRejected.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
EncounterSuggestion.cs Refactoring 2017-12-14 20:58:55 -08:00
EncounterVerifier.cs Refactoring 2017-12-11 16:01:24 -08:00
EvolutionVerifier.cs update milotic specific evolution checks 2017-11-15 08:36:09 -08:00
LegalInfo.cs Add Frame mismatch illegal message handling 2017-11-28 21:30:53 -08:00
PeekEnumerator.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00
VerifyCurrentMoves.cs Misc tweaks 2017-12-14 16:16:47 -08:00
VerifyRelearnMoves.cs add more pkhex.core xml documentation 2017-10-23 23:12:58 -07:00