mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
Fix Errors
This commit is contained in:
parent
7088311e55
commit
14a235becd
@ -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]: [
|
||||||
|
Loading…
Reference in New Issue
Block a user