Fix party disappearing

Thanks ashrobb & MichiS97 !
This commit is contained in:
Kaphotics
2016-08-02 23:51:58 -07:00
parent 1fbb8b4f1a
commit 3e7d694128

View File

@@ -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)