Insomnia test used the wrong move in Turn section (#5939)
This commit is contained in:
parent
dd985dbb56
commit
8ccb385ce4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ SINGLE_BATTLE_TEST("Insomnia prevents yawn")
|
|||
PLAYER(SPECIES_DROWZEE) { Ability(ABILITY_INSOMNIA); }
|
||||
OPPONENT(SPECIES_WOBBUFFET);
|
||||
} WHEN {
|
||||
TURN { MOVE(opponent, MOVE_SPORE); }
|
||||
TURN { MOVE(opponent, MOVE_YAWN); }
|
||||
TURN {}
|
||||
TURN {}
|
||||
} SCENE {
|
||||
|
|
Loading…
Reference in a new issue