PKHeX/PKHeX.Core/Saves
Kurt d8c2cdb8e3 Use EnumerateFiles over GetFiles in some cases
https://msdn.microsoft.com/en-us/library/07wt70x2.aspx

iterating as an ienumerable (ie not consuming the whole collection) can
be more efficient by not waiting for the whole collection
2017-09-23 17:02:28 -07:00
..
Substructures more usum prep 2017-09-18 22:36:06 -07:00
SAV1.cs Refactoring 2017-07-31 23:03:51 -07:00
SAV2.cs Add RTC ResetKey calc 2017-09-23 16:04:02 -07:00
SAV3.cs Fix gen3 emerald badge setter 2017-09-18 16:06:31 -07:00
SAV3Colosseum.cs Refactoring 2017-07-31 23:03:51 -07:00
SAV3GCMemoryCard.cs Refactoring 2017-06-17 18:37:19 -07:00
SAV3RSBox.cs Refactoring 2017-07-31 23:03:51 -07:00
SAV3XD.cs Refactoring 2017-07-31 23:03:51 -07:00
SAV4.cs Fix Gen4 Misc options when no Poketch is obtained. (#1448) 2017-09-07 12:25:45 -07:00
SAV4BR.cs Refactoring 2017-07-31 23:03:51 -07:00
SAV5.cs Fix incorrect comparison 2017-08-27 20:39:11 -07:00
SAV6.cs Add gym team history 2017-09-03 17:23:20 -07:00
SAV7.cs more usum prep 2017-09-18 22:36:06 -07:00
SaveFile.cs more usum prep 2017-09-18 22:36:06 -07:00
SaveUtil.cs Use EnumerateFiles over GetFiles in some cases 2017-09-23 17:02:28 -07:00