PKHeX/PKHeX.Core/Legality/Encounters/Generator
Kurt e9a3b4acf1 Merge PIDType and bool? shiny property
Gen5 does not follow the same convention, 0 = non, 1 = rnd, 2 = always;
not gonna bother updating for just that one

bool? occupies 2 bytes; enum:byte is 1 byte.

should probably move validity checking logic into the IEncounterable
objects instead...
2018-03-16 19:35:55 -07:00
..
EncounterEggGenerator.cs Add minimally filtered encounter generators 2018-03-11 00:29:31 -08:00
EncounterFinder.cs Reorganization 2018-03-05 20:49:45 -08:00
EncounterGenerator.cs Split up IEncounterable generators 2018-03-10 19:51:09 -08:00
EncounterLinkGenerator.cs Add minimally filtered encounter generators 2018-03-11 00:29:31 -08:00
EncounterSlotGenerator.cs Cache pressure slot instead of saving all to list 2018-03-11 11:02:02 -07:00
EncounterStaticGenerator.cs Merge PIDType and bool? shiny property 2018-03-16 19:35:55 -07:00
EncounterTradeGenerator.cs Merge PIDType and bool? shiny property 2018-03-16 19:35:55 -07:00
MysteryGiftGenerator.cs Merge PIDType and bool? shiny property 2018-03-16 19:35:55 -07:00
PeekEnumerator.cs Reorganization 2018-03-05 20:49:45 -08:00