From c1c464b07a2874816de574353d991379c68d9506 Mon Sep 17 00:00:00 2001 From: Ethan <71776311+EvasiveAce@users.noreply.github.com> Date: Wed, 22 May 2024 01:33:49 -0400 Subject: [PATCH] Fixes Issue #1225: Scrafty line does not have Trailblaze in their TM learnset (#1228) --- src/data/tms.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/tms.ts b/src/data/tms.ts index d8b22438c37..c6f692aeebd 100644 --- a/src/data/tms.ts +++ b/src/data/tms.ts @@ -63413,6 +63413,8 @@ export const tmSpecies: TmSpecies = { Species.LEAVANNY, Species.PETILIL, Species.LILLIGANT, + Species.SCRAGGY, + Species.SCRAFTY, Species.DUCKLETT, Species.SWANNA, Species.DEERLING,