mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-03 01:59:35 -05:00
parent
7e23374857
commit
2aa06370c0
|
|
@ -359,6 +359,7 @@ private void B_Randomize_Click(object sender, EventArgs e)
|
|||
AllowWonderGuard = CHK_WGuard.Checked
|
||||
};
|
||||
rnd.Execute();
|
||||
Main.SpeciesStat.Select(z => z.Write()).ToArray().CopyTo(files, 0);
|
||||
|
||||
readEntry();
|
||||
WinFormsUtil.Alert("All relevant Pokémon Personal Entries have been randomized!");
|
||||
|
|
|
|||
|
|
@ -311,6 +311,7 @@ private void B_Randomize_Click(object sender, EventArgs e)
|
|||
AllowWonderGuard = CHK_WGuard.Checked
|
||||
};
|
||||
rnd.Execute();
|
||||
Main.SpeciesStat.Select(z => z.Write()).ToArray().CopyTo(files, 0);
|
||||
|
||||
readEntry();
|
||||
WinFormsUtil.Alert("All relevant Pokémon Personal Entries have been randomized!");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user