From 8dbce50783716c5745902d56a5b1ccef802c9257 Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Sun, 10 Dec 2023 10:33:56 -0500 Subject: [PATCH] Fix Ice Heal typo in test Ice heal heals being frozen, not paralyzed --- test/battle/item_effect/cure_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battle/item_effect/cure_status.c b/test/battle/item_effect/cure_status.c index c8b16dfdb10c..02ba76bcc7b7 100644 --- a/test/battle/item_effect/cure_status.c +++ b/test/battle/item_effect/cure_status.c @@ -76,7 +76,7 @@ SINGLE_BATTLE_TEST("Burn Heal heals a battler from being burned") } } -SINGLE_BATTLE_TEST("Ice Heal heals a battler from being paralyzed") +SINGLE_BATTLE_TEST("Ice Heal heals a battler from being frozen") { GIVEN { ASSUME(gItems[ITEM_ICE_HEAL].battleUsage == EFFECT_ITEM_CURE_STATUS);