Wake-Up Slap test typo (#5442)
* Wake-Up Slap test typo * Update test/battle/move_effect/wake_up_slap.c Co-authored-by: Eduardo Quezada <eduardo602002@gmail.com> --------- Co-authored-by: Eduardo Quezada <eduardo602002@gmail.com>
This commit is contained in:
parent
e67d5a23ed
commit
5908fbef9c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ SINGLE_BATTLE_TEST("Wake-Up Slap does not cure paralyzed pokemons behind substit
|
|||
}
|
||||
}
|
||||
|
||||
SINGLE_BATTLE_TEST("Wake-Up Slap get incread power vs. sleeping targets")
|
||||
SINGLE_BATTLE_TEST("Wake-Up Slap gets increased power against sleeping targets")
|
||||
{
|
||||
u32 status1;
|
||||
PARAMETRIZE { status1 = STATUS1_SLEEP; }
|
||||
|
|
Loading…
Reference in a new issue