mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-27 22:54:35 -05:00
@@ -558,7 +558,7 @@ private void FillPKXBoxes(int start)
|
||||
int begin = start*RES_MIN;
|
||||
int end = Math.Min(RES_MAX, Results.Count - begin);
|
||||
for (int i = 0; i < end; i++)
|
||||
PKXBOXES[i].Image = Results[i + begin].Sprite();
|
||||
PKXBOXES[i].Image = Results[i + begin].Sprite(SAV, -1, -1, true);
|
||||
for (int i = end; i < RES_MAX; i++)
|
||||
PKXBOXES[i].Image = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user