From 42e0545918e582c9a5ef5a8ae0eb44c608886746 Mon Sep 17 00:00:00 2001 From: Smewkie <168606612+Smewkie@users.noreply.github.com> Date: Sun, 26 May 2024 12:36:44 -0500 Subject: [PATCH] Update trainer-config.ts (#1403) Simply changing Marshal to have 2 evolved pokemon on his list rather than their unevolved forms, just in case there's another hiccup like with Iris having an Aron on her champion team. --- src/data/trainer-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/trainer-config.ts b/src/data/trainer-config.ts index 62e10cb9c4c..033673cf526 100644 --- a/src/data/trainer-config.ts +++ b/src/data/trainer-config.ts @@ -874,7 +874,7 @@ export const signatureSpecies: SignatureSpecies = { FLINT: [Species.FLAREON, Species.HOUNDOOM, Species.RAPIDASH, Species.INFERNAPE], LUCIAN: [Species.MR_MIME, Species.GALLADE, Species.BRONZONG, Species.ALAKAZAM], SHAUNTAL: [Species.COFAGRIGUS, Species.CHANDELURE, Species.GOLURK, Species.DRIFBLIM], - MARSHAL: [Species.TIMBURR, Species.MIENFOO, Species.THROH, Species.SAWK], + MARSHAL: [Species.CONKELDURR, Species.MIENSHAO, Species.THROH, Species.SAWK], GRIMSLEY: [Species.LIEPARD, Species.KINGAMBIT, Species.SCRAFTY, Species.KROOKODILE], CAITLIN: [Species.MUSHARNA, Species.GOTHITELLE, Species.SIGILYPH, Species.REUNICLUS], MALVA: [Species.PYROAR, Species.TORKOAL, Species.CHANDELURE, Species.TALONFLAME],