From 031fd4d363ea51b912704193d1548577c560b111 Mon Sep 17 00:00:00 2001 From: hedara90 <90hedara@gmail.com> Date: Fri, 18 Apr 2025 22:06:22 +0200 Subject: [PATCH] Fixed Color Change test referring to the wrong mon (#6644) Co-authored-by: Hedara --- test/battle/ability/color_change.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battle/ability/color_change.c b/test/battle/ability/color_change.c index 668cb01b62..cc0a3e2472 100644 --- a/test/battle/ability/color_change.c +++ b/test/battle/ability/color_change.c @@ -47,7 +47,7 @@ SINGLE_BATTLE_TEST("Color Change does not change the type of a dual-type Pokemon ANIMATION(ANIM_TYPE_MOVE, MOVE_PSYCHO_CUT, player); NONE_OF { ABILITY_POPUP(opponent, ABILITY_COLOR_CHANGE); - MESSAGE("The opposing Xatu's Color Change made it the Psychic type!"); + MESSAGE("The opposing Slowbro's Color Change made it the Psychic type!"); } } }