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!"); } } }