From 0dfb60f2e462f2980cab20697a46db8fa3102c47 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Tue, 14 Mar 2023 11:07:26 -0300 Subject: [PATCH] Removed uneeded parameters --- test/ability_hunger_switch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ability_hunger_switch.c b/test/ability_hunger_switch.c index 8ae3139299..9250ae85a5 100644 --- a/test/ability_hunger_switch.c +++ b/test/ability_hunger_switch.c @@ -8,8 +8,8 @@ SINGLE_BATTLE_TEST("Hunger Switch switches Morpeko's forms at the end of the tur PARAMETRIZE { species = SPECIES_MORPEKO_HANGRY; } GIVEN { ASSUME(P_GEN_8_POKEMON == TRUE); - PLAYER(species) { Moves(MOVE_CELEBRATE); Speed(2); }; - OPPONENT(SPECIES_WOBBUFFET) { Moves(MOVE_CELEBRATE); Speed(1); }; + PLAYER(species) { Speed(2); }; + OPPONENT(SPECIES_WOBBUFFET) { Speed(1); }; } WHEN { TURN { MOVE(player, MOVE_CELEBRATE); } } SCENE {