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
@ -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…
x
Reference in New Issue
Block a user