From 4ac382b281df3654f95c9d33186ad1f07ddcf1c2 Mon Sep 17 00:00:00 2001 From: ChrisLolz Date: Sun, 26 Jan 2025 00:41:03 -0500 Subject: [PATCH] withBattleAnimationsWithoutTargets set false --- .../mystery-encounters/encounters/fun-and-games-encounter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts b/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts index 4556c3ab6a0..00c109e7b91 100644 --- a/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts +++ b/src/data/mystery-encounters/encounters/fun-and-games-encounter.ts @@ -42,7 +42,7 @@ export const FunAndGamesEncounter: MysteryEncounter = .withSceneRequirement(new MoneyRequirement(0, 1.5)) // Cost equal to 1 Max Potion to play .withAutoHideIntroVisuals(false) // Allows using move without a visible enemy pokemon - .withBattleAnimationsWithoutTargets(true) + .withBattleAnimationsWithoutTargets(false) // The Wobbuffet won't use moves .withSkipEnemyBattleTurns(true) // Will skip COMMAND selection menu and go straight to FIGHT (move select) menu