mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-25 07:38:49 -05:00
Sheer Force Test Fixes (#6198)
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
This commit is contained in:
parent
f6d1773e51
commit
3ba4e3c0c7
|
|
@ -33,7 +33,7 @@ SINGLE_BATTLE_TEST("Sheer Force doesn't boost Eruption", s16 damage)
|
|||
PLAYER(SPECIES_TAUROS) { Ability(ability); }
|
||||
OPPONENT(SPECIES_WOBBUFFET);
|
||||
} WHEN {
|
||||
TURN { MOVE(player, MOVE_PRESENT); }
|
||||
TURN { MOVE(player, MOVE_ERUPTION); }
|
||||
} SCENE {
|
||||
HP_BAR(opponent, captureDamage: &results[i].damage);
|
||||
} FINALLY {
|
||||
|
|
@ -50,7 +50,7 @@ SINGLE_BATTLE_TEST("Sheer Force doesn't boost Water Spout", s16 damage)
|
|||
PLAYER(SPECIES_TAUROS) { Ability(ability); }
|
||||
OPPONENT(SPECIES_WOBBUFFET);
|
||||
} WHEN {
|
||||
TURN { MOVE(player, MOVE_PRESENT); }
|
||||
TURN { MOVE(player, MOVE_WATER_SPOUT); }
|
||||
} SCENE {
|
||||
HP_BAR(opponent, captureDamage: &results[i].damage);
|
||||
} FINALLY {
|
||||
|
|
@ -347,7 +347,7 @@ SINGLE_BATTLE_TEST("Sheer Force doesn't boost Comeuppance", s16 damage)
|
|||
EXPECT_NE(results[0].damage, 0);
|
||||
}
|
||||
}
|
||||
SINGLE_BATTLE_TEST("Sheer Force doesn't boost Comeuppance", s16 damage)
|
||||
SINGLE_BATTLE_TEST("Sheer Force doesn't boost Payback", s16 damage)
|
||||
{
|
||||
u16 ability = 0;
|
||||
PARAMETRIZE { ability = ABILITY_SHEER_FORCE; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user