mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-24 03:00:31 -05:00
Removed uneeded parameters
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user