mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +00:00
Show new pb7 sorting methods
This commit is contained in:
parent
3cbc3fc406
commit
78446a4d7f
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@ namespace PKHeX.WinForms.Controls
|
|||
[BoxManipType.SortLevelReverse] = Resources.valhilo,
|
||||
[BoxManipType.SortDate] = Resources.date,
|
||||
[BoxManipType.SortName] = Resources.alphaAZ,
|
||||
[BoxManipType.SortFavorite] = Resources.heart,
|
||||
[BoxManipType.SortShiny] = Resources.showdown,
|
||||
[BoxManipType.SortRandom] = Resources.wand,
|
||||
|
||||
|
@ -66,6 +67,7 @@ namespace PKHeX.WinForms.Controls
|
|||
[BoxManipType.SortType] = Resources.main,
|
||||
[BoxManipType.SortVersion] = Resources.numlohi,
|
||||
[BoxManipType.SortBST] = Resources.vallohi,
|
||||
[BoxManipType.SortCP] = Resources.vallohi,
|
||||
[BoxManipType.SortLegal] = Resources.export,
|
||||
|
||||
[BoxManipType.ModifyHatchEggs] = Resources.about,
|
||||
|
|
Loading…
Reference in a new issue