Skip to content

Commit

Permalink
Added final Sparkling Aria+Shield Dust interaction test (currently fa…
Browse files Browse the repository at this point in the history
…iling)
  • Loading branch information
Hedara committed Jan 1, 2025
1 parent 004efd1 commit 625cee5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/battle/ability/shield_dust.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,21 @@ DOUBLE_BATTLE_TEST("Shield Dust does or does not block Sparkling Aria depending
}
}

DOUBLE_BATTLE_TEST("Shield Dust blocks Sparkling Aria if all other targets avoid getting hit by")
{
KNOWN_FAILING; // #4636
GIVEN {
PLAYER(SPECIES_PRIMARINA);
PLAYER(SPECIES_VIVILLON) { Ability(ABILITY_SHIELD_DUST); Status1(STATUS1_BURN); }
OPPONENT(SPECIES_WOBBUFFET) { Status1(STATUS1_BURN); }
OPPONENT(SPECIES_WYNAUT) { Status1(STATUS1_BURN); }
} WHEN {
TURN { MOVE(opponentLeft, MOVE_FLY, target:playerLeft); MOVE(opponentRight, MOVE_PROTECT); MOVE(playerRight, MOVE_CELEBRATE); MOVE(playerLeft, MOVE_SPARKLING_ARIA); }
} SCENE {
NOT MESSAGE("Vivillon's burn was cured!");
}
}

SINGLE_BATTLE_TEST("Shield Dust blocks Sparkling Aria in singles")
{
GIVEN {
Expand Down

0 comments on commit 625cee5

Please sign in to comment.