private void B_All_Click(object sender, EventArgs e) { for (int i = 0; i <= MaxBeanID; i++) { SAV.SetPokebeanCount(i, 255); } Setup(); }