Insomnia test used the wrong move in Turn section (#5939)

This commit is contained in:
Alex 2025-01-03 14:15:05 +01:00 committed by GitHub
parent dd985dbb56
commit 8ccb385ce4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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