PKHeX/PKHeX.Core/Legality/Encounters
Kurt fe7fea877b Replace boolean OrderBy with DeferBy
orderby consumes the entire input enumerable in 'sorting' the list;
since we don't care about the order besides a yes/no, just manage the
yield order ourselves.

don't bother using this method more than the spot it's in; was a fun
exercise but other spots are set up for easier debugging
(overall flow is where->deferby->yield), could make things easier to
read but meh
2018-07-17 16:28:42 -07:00
..
Data Add bw/2 jellicent deferral case 2018-07-13 13:48:27 -07:00
Generator Replace boolean OrderBy with DeferBy 2018-07-17 16:28:42 -07:00
Information Rework initial evochain trim 2018-06-22 17:59:02 -07:00
Verifiers Misc simplifications 2018-07-04 09:15:20 -07:00
EncounterEgg.cs Misc simplifications 2018-07-04 09:15:20 -07:00
EncounterInvalid.cs Add IEncounterable -> pkm interface method 2018-03-28 20:38:07 -07:00
EncounterLink.cs Update generator to handle link celebi 2018-05-20 09:06:32 -07:00
EncounterRejected.cs Add IEncounterable -> pkm interface method 2018-03-28 20:38:07 -07:00
EncounterSlot.cs Remove excessive references to Util.Rand32() 2018-07-04 11:30:43 -07:00
EncounterSlot1.cs Refactoring 2018-05-12 12:28:48 -07:00
EncounterSlotMoves.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterStatic.cs Refactoring 2018-06-23 12:37:01 -07:00
EncounterStaticPID.cs Merge PIDType and bool? shiny property 2018-03-16 19:35:55 -07:00
EncounterStaticShadow.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterStaticTyped.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterTrade.cs Rework gen1 trade OT handling 2018-07-10 16:45:24 -07:00
EncounterTradeCatchRate.cs Refactoring 2018-03-08 21:18:32 -08:00
EncounterTradePID.cs Merge PIDType and bool? shiny property 2018-03-16 19:35:55 -07:00
LegalInfo.cs Rework initial evochain trim 2018-06-22 17:59:02 -07:00