From 6189572c574d0944021eaaf02b188cb69a45d940 Mon Sep 17 00:00:00 2001 From: Blitzy <118096277+Blitz425@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:47:10 -0500 Subject: [PATCH] Update trainer-config.ts --- 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 c8a55df409b..19333ef1082 100644 --- a/src/data/trainer-config.ts +++ b/src/data/trainer-config.ts @@ -913,7 +913,7 @@ export class TrainerConfig { this.setPartyMemberFunc(-(s + 1), getRandomPartyMemberFunc(speciesPool)); }); - // Set species filter to only include species with a base total of 470 or higher. + // Set species filter to only include species with a base total of 508 or higher. this.setSpeciesFilter(p => p.baseTotal >= 508); // Localize the trainer's name by converting it to lowercase and replacing spaces with underscores.