From f7a2a0b5c8643a2d989fdcd52673baf46f270581 Mon Sep 17 00:00:00 2001 From: Chessking345 Date: Fri, 18 Apr 2025 21:11:56 -0400 Subject: [PATCH] Make LGPE formes not appear as illegal in BH builder --- build-tools/build-indexes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/build-indexes b/build-tools/build-indexes index 9153baff3..13dde45c0 100755 --- a/build-tools/build-indexes +++ b/build-tools/build-indexes @@ -437,7 +437,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... "); } if (isGen9BH) { if ((species.natDexTier === 'Illegal' || species.forme.includes('Totem')) && - !['Floette-Eternal', 'Greninja-Ash', 'Xerneas-Neutral'].includes(species.name)) { + !['Eevee-Starter', 'Floette-Eternal', 'Greninja-Ash', 'Pikachu-Starter', 'Xerneas-Neutral'].includes(species.name)) { return 'Illegal'; } if ((species.name === 'Xerneas' || species.battleOnly || species.forme === 'Eternamax') &&