Chespin now has Tackle at level 1
Minor change to give the only starter without a normal attack one. Chesnaught *does* have it at level 1 oddly enough.pull/84/head
parent
a337e9499a
commit
b2beb8e0c8
|
@ -10888,6 +10888,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 91, Moves.SELF_DESTRUCT ],
|
||||
],
|
||||
[Species.CHESPIN]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.VINE_WHIP ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 8, Moves.ROLLOUT ],
|
||||
|
@ -10902,6 +10903,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 48, Moves.WOOD_HAMMER ],
|
||||
],
|
||||
[Species.QUILLADIN]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.VINE_WHIP ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 8, Moves.ROLLOUT ],
|
||||
|
|
Loading…
Reference in New Issue