Add Zygarde to FormInfo.BattleMegas (#4667)

`IsBattleMegaForm` already checks for Mega Zygarde, but since it's only
called if the species is in `BattleMegas`, both `IsBattleOnlyForm` and
`IsMegaForm` currently return false for Mega Zygarde
This commit is contained in:
Parnassius
2025-12-29 22:24:40 +01:00
committed by GitHub
parent 3ca4acd7d2
commit 972aaba5fa

View File

@@ -282,6 +282,7 @@ public static bool IsFormChangeable(ushort species, byte oldForm, byte newForm,
(int)Barbaracle,
(int)Dragalge,
(int)Hawlucha,
(int)Zygarde,
(int)Drampa,
(int)Falinks,