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
Madmadness65 2024-04-10 21:59:08 -05:00
parent a337e9499a
commit b2beb8e0c8
1 changed files with 2 additions and 0 deletions

View File

@ -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 ],