PKHeX/PKHeX.Core/Legality/Encounters
Kurt f8a1d26694 Fill empty ability values with ability1
update handling that checked for this case to instead check for
equivalence to ability1 instead of 0

was generating a PGF with ability[1] = 0, which is not correct. Just fix
the binaries to behave and get rid of all the workarounds since future
tables don't have missing values.
2018-06-15 23:41:07 -07:00
..
Data Fill empty ability values with ability1 2018-06-15 23:41:07 -07:00
Generator Misc legality gen tweaks 2018-06-15 18:47:17 -07:00
Information Refactoring 2018-05-12 12:28:48 -07:00
Verifiers Handle smeargle egg case 2018-06-11 08:03:10 -07:00
EncounterEgg.cs Refactoring 2018-06-10 17:55:03 -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 Add special handling for gen1 encounter move fetch 2018-06-12 18:35:56 -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 Add special handling for gen1 encounter move fetch 2018-06-12 18:35:56 -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 Refactoring 2018-06-10 17:55:03 -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 Refactoring 2018-05-12 12:28:48 -07:00