mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-11 07:04:16 +00:00
parent
f70bd02d69
commit
6fee7052af
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ namespace PKHeX.Core
|
|||
.ThenBy(p => p.IsEgg) // eggs to the end
|
||||
.ThenBy(p => p.Species) // species sorted
|
||||
.ThenBy(p => p.AltForm) // altforms sorted
|
||||
.ThenBy(p => p.Gender) // gender sorted
|
||||
.ThenBy(p => p.IsNicknamed).ToArray();
|
||||
|
||||
Array.Copy(Sorted, 0, BD, BoxStart*BoxSlotCount, Sorted.Length);
|
||||
|
|
Loading…
Reference in a new issue