Assign Tar Shot's effect
Missed this change. Tar Shot works perfectly now.
This commit is contained in:
parent
3baf2aa331
commit
fb62479d85
1 changed files with 1 additions and 1 deletions
|
@ -10813,7 +10813,7 @@ const struct BattleMove gBattleMoves[MOVES_COUNT] =
|
|||
|
||||
[MOVE_TAR_SHOT] =
|
||||
{
|
||||
.effect = EFFECT_SPEED_DOWN,
|
||||
.effect = EFFECT_TAR_SHOT,
|
||||
.power = 0,
|
||||
.type = TYPE_ROCK,
|
||||
.accuracy = 100,
|
||||
|
|
Loading…
Reference in a new issue