Compare commits

...

4 Commits

Author SHA1 Message Date
Lugiad
20be1a3d5c
Merge 46f2d79069 into 8a66cfe40b 2025-08-08 21:29:06 -04:00
Blitzy
8a66cfe40b
[Bug] Fix Poké Fan in Trainer Config (#6238)
Fix Poke Fan in Trainer Config
2025-08-08 15:28:33 -04:00
Sirz Benjie
46f2d79069
Merge branch 'beta' into summary-effect-ui-adjust 2025-08-07 18:59:33 -06:00
Adri1
3436497782 Summary Effect tab UI image adjustments 2025-08-06 21:59:27 +02:00
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 289 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 283 B

After

Width:  |  Height:  |  Size: 292 B

View File

@ -1593,9 +1593,9 @@ export const trainerConfigs: TrainerConfigs = {
.setSpeciesFilter(s => tmSpecies[MoveId.FLY].indexOf(s.speciesId) > -1),
[TrainerType.POKEFAN]: new TrainerConfig(++t)
.setMoneyMultiplier(1.4)
.setName("PokéFan")
.setHasGenders("PokéFan Female")
.setHasDouble("PokéFan Family")
.setName("Pokéfan")
.setHasGenders("Pokéfan Female")
.setHasDouble("Pokéfan Family")
.setEncounterBgm(TrainerType.POKEFAN)
.setPartyTemplates(
trainerPartyTemplates.SIX_WEAKER,