From 178568e05d3901624b0eec738dd0df1a584a1734 Mon Sep 17 00:00:00 2001 From: sneed <56992013+Sneed69@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:15:39 +0300 Subject: [PATCH] Update test/battle/move_effect/tar_shot.c Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com> --- test/battle/move_effect/tar_shot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/battle/move_effect/tar_shot.c b/test/battle/move_effect/tar_shot.c index 863a794889..61aca1bec1 100644 --- a/test/battle/move_effect/tar_shot.c +++ b/test/battle/move_effect/tar_shot.c @@ -24,7 +24,6 @@ SINGLE_BATTLE_TEST("Tar Shot doubles the effectiveness of Fire-type moves used o PLAYER(SPECIES_WOBBUFFET); OPPONENT(species); } WHEN { - //TURN { MOVE(player, MOVE_FORESTS_CURSE); } // Adds third type TURN { MOVE(player, MOVE_EMBER); } TURN { MOVE(player, MOVE_TAR_SHOT); } TURN { MOVE(player, MOVE_EMBER); }