Skip to content

Commit

Permalink
Let Take Heart test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawkkie committed Nov 11, 2024
1 parent 99bd83c commit dc84817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/battle/sleep_clause.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ DOUBLE_BATTLE_TEST("Sleep Clause: Sleep clause is deactivated when a sleeping mo

SINGLE_BATTLE_TEST("Sleep Clause: Sleep clause is deactivated when a sleeping mon is woken up by using Sleep Talk into a status curing move")
{
KNOWN_FAILING; // Sleep clause works, fails due to Take Heart bug. Issue #5557 https://github.com/rh-hideout/pokeemerald-expansion/issues/5557
u32 move;
PARAMETRIZE { move = MOVE_PSYCHO_SHIFT; }
PARAMETRIZE { move = MOVE_JUNGLE_HEALING; }
Expand Down

0 comments on commit dc84817

Please sign in to comment.