From ef6edcf098a487094d28ae05580078cd7c9a14d0 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Sat, 16 Dec 2023 05:22:36 -0300 Subject: [PATCH] Fixed Ivy Cudgel test name (#3742) --- test/battle/move_effect/ivy_cudgel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battle/move_effect/ivy_cudgel.c b/test/battle/move_effect/ivy_cudgel.c index e7aab5bc95..819047f34a 100644 --- a/test/battle/move_effect/ivy_cudgel.c +++ b/test/battle/move_effect/ivy_cudgel.c @@ -7,7 +7,7 @@ ASSUMPTIONS ASSUME(gBattleMoves[MOVE_IVY_CUDGEL].argument == HOLD_EFFECT_MASK); } -SINGLE_BATTLE_TEST("Ivy Gudgel changes the move type depending on the mask the user holds") +SINGLE_BATTLE_TEST("Ivy Cudgel changes the move type depending on the mask the user holds") { u16 species; u16 item;