PKHeX/PKHeX.Core/Saves/Util
Kurt 4f3745e3c6 Change enumerate -> array fetch to force eval
https://projectpokemon.org/home/forums/topic/54426-pkhex-error/
trycatch will trip here rather than be uncaught when evaluated later
tbh I don't like pkhex's method chain (enumerable, bool, throws), but
this fixes the error.
2019-08-14 16:45:21 -07:00
..
BoxUtil.cs Use enum instead of nullable bool tristate 2019-03-29 17:52:26 -07:00
Checksums.cs Relocate checksum/dexform logic 2019-03-16 12:01:21 -07:00
DexFormUtil.cs Relocate checksum/dexform logic 2019-03-16 12:01:21 -07:00
ExportFlags.cs Misc tweak to savefile export 2019-02-18 21:59:57 -08:00
GCSaveUtil.cs Relocate xd/batrev encryption 2019-03-30 21:28:32 -07:00
IGCSaveFile.cs Minor clean 2019-07-14 15:06:45 -07:00
ILangDeviantSave.cs Minor clean 2019-07-14 15:06:45 -07:00
SaveDetection.cs Reduce allocations for checking file write time 2019-04-05 18:45:59 -07:00
SaveExtensions.cs Minor clean 2019-07-14 15:06:45 -07:00
SaveUtil.cs Change enumerate -> array fetch to force eval 2019-08-14 16:45:21 -07:00