mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 20:06:52 -05:00
Fixed typo in test name (#7610)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
@@ -376,7 +376,7 @@ DOUBLE_BATTLE_TEST("Intimidate will correctly decrease the attack of the second
|
||||
}
|
||||
}
|
||||
|
||||
SINGLE_BATTLE_TEST("Intimdate does not lose timing after mega evolution and switch out by a hit escape move")
|
||||
SINGLE_BATTLE_TEST("Intimidate does not lose timing after mega evolution and switch out by a hit escape move")
|
||||
{
|
||||
GIVEN {
|
||||
ASSUME(GetMoveEffect(MOVE_U_TURN) == EFFECT_HIT_ESCAPE);
|
||||
|
||||
Reference in New Issue
Block a user