mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-07 23:08:47 -05:00
Fix party disappearing
Thanks ashrobb & MichiS97 !
This commit is contained in:
@@ -2798,7 +2798,7 @@ private void setParty()
|
||||
for (int i = 0; i < battle.Length; i++)
|
||||
getQuickFiller(SlotPictureBoxes[i + 36], battle[i]);
|
||||
for (int i = battle.Length; i < 6; i++)
|
||||
SlotPictureBoxes[i + 30].Image = null;
|
||||
SlotPictureBoxes[i + 36].Image = null;
|
||||
}
|
||||
}
|
||||
private int getPKXOffset(int slot)
|
||||
|
||||
Reference in New Issue
Block a user