mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-05 21:07:17 -05:00
Fixed typo in test name (#7610)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
8febd24604
commit
509b4ec5dd
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user