PKHeX/PKHeX.Core/Saves/Substructures
Kurt afdd40bcee Check counter rollover the opposite way
FFFF and 0000 -> prefer 0000
FFFF and 0001 -> prefer 0001
...
FFFF and FFFE -> prefer FFFF

they shouldn't be desync'd (incremental); only the uninitialized case is important to handle.
2020-07-02 17:44:03 -05:00
..
Battle Videos Remove unnecessary null checks 2020-01-18 16:57:25 -08:00
Gen3 Minor clean 2020-05-26 16:59:47 -07:00
Gen4 Check counter rollover the opposite way 2020-07-02 17:44:03 -05:00
Gen5 Ignore bits above the first 3 2020-03-15 11:11:55 -07:00
Gen6 Remove unreachable/const logic 2020-06-27 22:44:14 -05:00
Gen7 Differentiate AbilityType from AbilityNumber 2020-06-22 22:01:42 -05:00
Gen8 Revert "Show new trainer records" 2020-06-28 13:44:26 -05:00
Gen12 Minor clean 2020-05-26 16:59:47 -07:00
Inventory Minor clean 2020-06-27 23:36:53 -05:00
Mail Cleanup 2019-10-26 12:33:58 -07:00
Misc PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
OPower Cleanup 2019-10-26 12:33:58 -07:00
PokeDex Fix Gigantamax1 get/set in Zukan8 (#2897) 2020-06-22 13:06:25 -05:00
ITrainerStatRecord.cs Misc simplifications 2018-07-07 15:38:11 -07:00
MysteryGiftAlbum.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
Records.cs Handle DLC1 records 2020-06-30 23:00:48 -05:00