PKHeX/PKHeX.WinForms/Controls
Kurt 98b21eaaa8 Add clone deletion quick action
kinda slow, if a save has 900 mons, it has to check 900*900 which is
O(n^2), takes a few seconds
as opposed to just doing a hashset checking contains, would be O(n)
gotta do some fun stuff to make it faster
2019-02-18 17:00:16 -08:00
..
PKM Editor Flip gender colors 2019-02-17 21:17:16 -08:00
SAV Editor Add clone deletion quick action 2019-02-18 17:00:16 -08:00