Skip to content

Commit

Permalink
Update test/battle/move_effect/wake_up_slap.c
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
  • Loading branch information
hedara90 and AlexOn1ine authored May 13, 2024
1 parent 76c10db commit d6722a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/battle/move_effect/wake_up_slap.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,9 @@ SINGLE_BATTLE_TEST("Wake-Up Slap get incread power vs. sleeping targets")
TURN { MOVE(player, MOVE_WAKE_UP_SLAP); }
} SCENE {
ANIMATION(ANIM_TYPE_MOVE, MOVE_WAKE_UP_SLAP, player);
if (status1 == STATUS1_SLEEP)
{
if (status1 == STATUS1_SLEEP) {
MESSAGE("Foe Lotad fainted!");
}
else
{
} else {
NOT MESSAGE("Foe Lotad fainted!");
MESSAGE("Foe Lotad used Celebrate!");
}
Expand Down

0 comments on commit d6722a8

Please sign in to comment.