Update test/battle/move_effect/tar_shot.c
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
This commit is contained in:
parent
d8685bb3b1
commit
178568e05d
1 changed files with 0 additions and 1 deletions
|
@ -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); }
|
||||
|
|
Loading…
Reference in a new issue