mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
Update pokemon-level-moves.ts
This commit is contained in:
parent
e7f05e494d
commit
fe8ea67bea
@ -15600,7 +15600,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
||||
[Species.WYRDEER]: [
|
||||
[ EVOLVE_MOVE, Moves.PSYSHIELD_BASH ],
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.ME_FIRST ], //Stantler
|
||||
[ 1, Moves.ME_FIRST ], // Previous Stage Move
|
||||
[ 3, Moves.LEER ],
|
||||
[ 7, Moves.ASTONISH ],
|
||||
[ 10, Moves.HYPNOSIS ],
|
||||
@ -17583,6 +17583,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
||||
[Species.DIPPLIN]: [
|
||||
[ EVOLVE_MOVE, Moves.DOUBLE_HIT ],
|
||||
[ RELEARN_MOVE, Moves.DRAGON_CHEER ], // Custom
|
||||
[ 1, Moves.LEAFAGE ],
|
||||
[ 1, Moves.WITHDRAW ],
|
||||
[ 1, Moves.SWEET_SCENT ],
|
||||
[ 1, Moves.RECYCLE ],
|
||||
|
Loading…
Reference in New Issue
Block a user