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:
Pawkkie 2024-09-29 12:34:34 -04:00 committed by GitHub
parent e67d5a23ed
commit 5908fbef9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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; u32 status1;
PARAMETRIZE { status1 = STATUS1_SLEEP; } PARAMETRIZE { status1 = STATUS1_SLEEP; }