Fix formatting

This commit is contained in:
Blitzy 2025-01-14 18:47:51 -06:00 committed by GitHub
parent 4fcb7397e5
commit 9ec9e9e465
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
})),