PKHeX/PKHeX.Core/Saves/MemeCrypto
Kurt ba5cc26e83 Add indication to which blocks changed
Use reflection to grab all const declarations (private and public), and grab the name of that const. Whenever that block is mentioned in our diff, use the name instead of the key.

Helps identify what changed / remove noise if you don't care about that block.
2020-01-22 17:06:23 -08:00
..
MemeCrypto.cs PKHeX.Core Nullable cleanup (#2401) 2019-10-16 18:47:31 -07:00
MemeKey.cs Use some c#8 sugar 2019-10-07 18:40:09 -07:00
MemeKeyIndex.cs Refactor Memecrypto API, Add Memecrypto Tests 2017-11-06 03:24:48 -08:00
SCBlock.cs More elegant block read/write 2020-01-19 00:55:10 -08:00
SCBlockCompare.cs Add indication to which blocks changed 2020-01-22 17:06:23 -08:00
SCBlockUtil.cs Add block diff for swsh, add bool type toggle 2020-01-19 22:29:50 -08:00
SCTypeCode.cs More elegant block read/write 2020-01-19 00:55:10 -08:00
SCXorShift32.cs More elegant block read/write 2020-01-19 00:55:10 -08:00
SwishCrypto.cs More elegant block read/write 2020-01-19 00:55:10 -08:00