From 812f8e847e1f6f9071c7ab2d29cb5d77edca39cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bastos=20Dias?= <80102738+andrebastosdias@users.noreply.github.com> Date: Fri, 9 Jan 2026 03:07:52 +0000 Subject: [PATCH] Add Dragon Pulse as a Species Evolution Move for Naganadel (#4687) --- PKHeX.Core/Legality/Restrictions/EvolutionRestrictions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PKHeX.Core/Legality/Restrictions/EvolutionRestrictions.cs b/PKHeX.Core/Legality/Restrictions/EvolutionRestrictions.cs index ebcf8345e..fde0fe0d0 100644 --- a/PKHeX.Core/Legality/Restrictions/EvolutionRestrictions.cs +++ b/PKHeX.Core/Legality/Restrictions/EvolutionRestrictions.cs @@ -26,6 +26,7 @@ internal static class EvolutionRestrictions (int)Yanmega => (int)AncientPower, (int)Mamoswine => (int)AncientPower, (int)Tsareena => (int)Stomp, + (int)Naganadel => (int)DragonPulse, (int)Grapploct => (int)Taunt, (int)Wyrdeer => (int)PsyshieldBash, (int)Overqwil => (int)BarbBarrage,