Update pokemon-level-moves.ts

This commit is contained in:
Blitzy 2024-10-16 14:24:15 -05:00 committed by GitHub
parent 82f3480d67
commit 97ca741941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4931,6 +4931,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 38, Moves.STICKY_WEB ], [ 38, Moves.STICKY_WEB ],
], ],
[Species.MASQUERAIN]: [ [Species.MASQUERAIN]: [
[ RELEARN_MOVE, Moves.STICKY_WEB ], // Custom Relearn
[ RELEARN_MOVE, Moves.BATON_PASS ], // Custom Relearn
[ 1, Moves.WHIRLWIND ], [ 1, Moves.WHIRLWIND ],
[ 1, Moves.WATER_GUN ], [ 1, Moves.WATER_GUN ],
[ 1, Moves.QUICK_ATTACK ], [ 1, Moves.QUICK_ATTACK ],
@ -6794,6 +6796,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
], ],
[Species.MONFERNO]: [ [Species.MONFERNO]: [
[ EVOLVE_MOVE, Moves.MACH_PUNCH ], [ EVOLVE_MOVE, Moves.MACH_PUNCH ],
[ RELEARN_MOVE, Moves.NASTY_PLOT ], // Custom Relearn
[ 1, Moves.SCRATCH ], [ 1, Moves.SCRATCH ],
[ 1, Moves.LEER ], [ 1, Moves.LEER ],
[ 1, Moves.EMBER ], [ 1, Moves.EMBER ],
@ -6812,6 +6815,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ EVOLVE_MOVE, Moves.CLOSE_COMBAT ], [ EVOLVE_MOVE, Moves.CLOSE_COMBAT ],
[ RELEARN_MOVE, Moves.TAUNT ], [ RELEARN_MOVE, Moves.TAUNT ],
[ RELEARN_MOVE, Moves.SLACK_OFF ], [ RELEARN_MOVE, Moves.SLACK_OFF ],
[ RELEARN_MOVE, Moves.NASTY_PLOT ], // Custom Relearn
[ 1, Moves.SCRATCH ], [ 1, Moves.SCRATCH ],
[ 1, Moves.LEER ], [ 1, Moves.LEER ],
[ 1, Moves.EMBER ], [ 1, Moves.EMBER ],