mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-14 16:10:36 -05:00
parent
b6da6c1207
commit
b1ae53ec63
|
|
@ -29,6 +29,8 @@ public void LoadTeamData(IList<PKM> party)
|
|||
{
|
||||
for (int i = 0; i < party.Count; i++)
|
||||
ViewPoke(i).LoadFrom(party[i]);
|
||||
for (int i = party.Count; i < 6; i++)
|
||||
ViewPoke(i).LoadFrom(new PK8());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user