mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-26 09:44:09 -05:00
Update AltFormInfo.cs
This commit is contained in:
@@ -32,7 +32,7 @@ public static bool IsBattleOnlyForm(int species, int form, int format)
|
||||
return false;
|
||||
|
||||
default:
|
||||
return true;
|
||||
return form != 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user