mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-13 00:00:30 -05:00
Fix for pumpkaboo form size text
This commit is contained in:
parent
a2dd748762
commit
db273e0489
|
|
@ -1298,7 +1298,7 @@ public void setForms(int species, ComboBox cb)
|
|||
new { Text = forms[904], Value = 0 }, // Small
|
||||
new { Text = forms[710], Value = 1 }, // Average
|
||||
new { Text = forms[905], Value = 2 }, // Large
|
||||
new { Text = forms[907], Value = 3 }, // Super
|
||||
new { Text = forms[906], Value = 3 }, // Super
|
||||
};
|
||||
var form_mega = new[] {
|
||||
new { Text = types[0], Value = 0}, // Normal
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user