From d4eb94db92e736fc5fc7eaff05e5cd484c019aba Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Mon, 13 May 2024 11:18:39 -0400 Subject: [PATCH] Fixed master test move name --- test/battle/move_effect/thousand_arrows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/battle/move_effect/thousand_arrows.c b/test/battle/move_effect/thousand_arrows.c index bff3706c34..174085bc2a 100644 --- a/test/battle/move_effect/thousand_arrows.c +++ b/test/battle/move_effect/thousand_arrows.c @@ -41,7 +41,7 @@ SINGLE_BATTLE_TEST("Thousand Arrows does neutral damage to non-grounded Flying t } ANIMATION(ANIM_TYPE_MOVE, MOVE_CELEBRATE, opponent); MESSAGE("Congratulations, 1!"); - MESSAGE("Wobbuffet used ThousndArrws!"); + MESSAGE("Wobbuffet used Thousand Arrows!"); ANIMATION(ANIM_TYPE_MOVE, MOVE_THOUSAND_ARROWS, player); if (pokemon == SPECIES_SKARMORY) {