Removed uneeded parameters

This commit is contained in:
Eduardo Quezada 2023-03-14 11:07:26 -03:00
parent a101476d51
commit 0dfb60f2e4

View File

@ -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 {