Fix Errors

This commit is contained in:
Blitzy 2024-10-17 18:38:15 -05:00 committed by GitHub
parent 7088311e55
commit 14a235becd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4693,7 +4693,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move [ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move [ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ RELEARN_MOVE, Moves.POISON_STING ], // Previous Stage Move [ RELEARN_MOVE, Moves.POISON_STING ], // Previous Stage Move
[ RLEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move [ RELEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
], ],
[Species.BEAUTIFLY]: [ [Species.BEAUTIFLY]: [
@ -4722,7 +4722,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move [ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move [ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ RELEARN_MOVE, Moves.POISON_STING ], // Previous Stage Move [ RELEARN_MOVE, Moves.POISON_STING ], // Previous Stage Move
[ RLEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move [ RELEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
], ],
[Species.DUSTOX]: [ [Species.DUSTOX]: [
@ -11757,7 +11757,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move [ RELEARN_MOVE, Moves.TACKLE ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move [ RELEARN_MOVE, Moves.STRING_SHOT ], // Previous Stage Move
[ RELEARN_MOVE, Moves.STUN_SPORE ], // Previous Stage Move [ RELEARN_MOVE, Moves.STUN_SPORE ], // Previous Stage Move
[ RLEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move [ RELEARN_MOVE, Moves.BUG_BITE ], // Previous Stage Move
[ 1, Moves.HARDEN ], [ 1, Moves.HARDEN ],
], ],
[Species.VIVILLON]: [ [Species.VIVILLON]: [