From 972aaba5fa6c5e29cba8cb93f85bded149c06a02 Mon Sep 17 00:00:00 2001 From: Parnassius Date: Mon, 29 Dec 2025 22:24:40 +0100 Subject: [PATCH] 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 --- PKHeX.Core/Legality/Tables/FormInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PKHeX.Core/Legality/Tables/FormInfo.cs b/PKHeX.Core/Legality/Tables/FormInfo.cs index 2ecf9780a..0af079611 100644 --- a/PKHeX.Core/Legality/Tables/FormInfo.cs +++ b/PKHeX.Core/Legality/Tables/FormInfo.cs @@ -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,