From 3c5cdc57612114589f7998e9379fb059c909bfef Mon Sep 17 00:00:00 2001 From: Ethan Date: Tue, 21 May 2024 21:45:28 -0400 Subject: [PATCH] Fixes Issue #1225: Scrafty line does not have Trailblaze in their TM learnset --- 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,