From 4b8415491d2b3793e9f5ad183c6c75f4feb2763d Mon Sep 17 00:00:00 2001 From: Blitzy <118096277+Blitz425@users.noreply.github.com> Date: Tue, 14 Jan 2025 18:54:05 -0600 Subject: [PATCH] Fix Formatting 2 --- 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 7b8abc79414..6501d635eb5 100644 --- a/src/data/trainer-config.ts +++ b/src/data/trainer-config.ts @@ -2226,7 +2226,7 @@ export const trainerConfigs: TrainerConfigs = { })) .setPartyMemberFunc(5, getRandomPartyMemberFunc([ Species.NECROZMA ], TrainerSlot.TRAINER, true, p => { p.setBoss(true, 2); - p.formIndex = 2; // Dawn Wings + p.formIndex = 2; // Dawn Wings p.generateAndPopulateMoveset(); p.pokeball = PokeballType.MASTER_BALL; })),