mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-11 13:15:19 -05:00
Finish Merge
This commit is contained in:
1586
Misc/PKX.cs
1586
Misc/PKX.cs
File diff suppressed because it is too large
Load Diff
@@ -2454,7 +2454,7 @@ public void updateAbilityList(MaskedTextBox tb_abil, int species, ComboBox cb_ab
|
||||
int newabil = Convert.ToInt16(tb_abil.Text) >> 1;
|
||||
|
||||
int form = cb_forme.SelectedIndex;
|
||||
int[] abils = PKX.getAbilities(species, form);
|
||||
byte[] abils = PKX.getAbilities(species, form);
|
||||
|
||||
// Build Ability List
|
||||
List<string> ability_list = new List<string>();
|
||||
|
||||
Reference in New Issue
Block a user