From 1513443c393a4bd8575b5be1f3a3727bb9658ae5 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Thu, 31 Aug 2023 22:33:20 -0400 Subject: [PATCH] Fixed Ultra Burst + Mega Evolution test --- test/battle/form_change/ultra_burst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battle/form_change/ultra_burst.c b/test/battle/form_change/ultra_burst.c index f22d8b7b04..e58d42c3da 100644 --- a/test/battle/form_change/ultra_burst.c +++ b/test/battle/form_change/ultra_burst.c @@ -117,7 +117,7 @@ SINGLE_BATTLE_TEST("Ultra Burst and Mega Evolution can happen on the same turn") ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_ULTRA_BURST, player); MESSAGE("Necrozma regained its true power through Ultra Burst!"); - MESSAGE("Foe Gardevoir's Gardevoirite is reacting to 's Mega Ring!"); + MESSAGE("Foe Gardevoir's Gardevoirite is reacting to 2's Mega Ring!"); ANIMATION(ANIM_TYPE_GENERAL, B_ANIM_MEGA_EVOLUTION, opponent); MESSAGE("Foe Gardevoir has Mega Evolved into Mega Gardevoir!"); } THEN {