mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-20 03:06:49 +00:00
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.
This commit is contained in:
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…
x
Reference in New Issue
Block a user