FIx Sceptile and Blaziken Learnsets (#606)
These got missed in the transition from looking at Serebii and Bulbapedia for data.pull/608/head
parent
72b4552b01
commit
bd839a1ffb
|
@ -4305,12 +4305,12 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[Species.GROVYLE]: [
|
||||
[ 1, Moves.POUND ],
|
||||
[ 1, Moves.LEER ],
|
||||
[ 1, Moves.LEAFAGE ],
|
||||
[ 1, Moves.QUICK_ATTACK ],
|
||||
[ 1, Moves.FALSE_SWIPE ],
|
||||
[ 1, Moves.FURY_CUTTER ],
|
||||
[ 1, Moves.X_SCISSOR ],
|
||||
[ 1, Moves.ENERGY_BALL ],
|
||||
[ 1, Moves.LEAFAGE ],
|
||||
[ 9, Moves.MEGA_DRAIN ],
|
||||
[ 12, Moves.DETECT ],
|
||||
[ 15, Moves.QUICK_GUARD ],
|
||||
|
@ -4324,15 +4324,16 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 55, Moves.LEAF_STORM ],
|
||||
],
|
||||
[Species.SCEPTILE]: [
|
||||
[ 0, Moves.DUAL_CHOP ],
|
||||
[ 0, Moves.LEAF_BLADE ],
|
||||
[ 1, Moves.POUND ],
|
||||
[ 1, Moves.LEER ],
|
||||
[ 1, Moves.LEAFAGE ],
|
||||
[ 1, Moves.QUICK_ATTACK ],
|
||||
[ 1, Moves.FALSE_SWIPE ],
|
||||
[ 1, Moves.FURY_CUTTER ],
|
||||
[ 1, Moves.X_SCISSOR ],
|
||||
[ 1, Moves.ENERGY_BALL ],
|
||||
[ 1, Moves.LEAFAGE ],
|
||||
[ 1, Moves.SHED_TAIL ],
|
||||
[ 5, Moves.MEGA_DRAIN ],
|
||||
[ 12, Moves.DETECT ],
|
||||
[ 15, Moves.QUICK_GUARD ],
|
||||
|
@ -4340,10 +4341,9 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 25, Moves.GIGA_DRAIN ],
|
||||
[ 30, Moves.SLAM ],
|
||||
[ 35, Moves.DOUBLE_TEAM ],
|
||||
[ 42, Moves.LEAF_BLADE ],
|
||||
[ 49, Moves.SCREECH ],
|
||||
[ 56, Moves.ENDEAVOR ],
|
||||
[ 63, Moves.LEAF_STORM ],
|
||||
[ 42, Moves.SCREECH ],
|
||||
[ 49, Moves.ENDEAVOR ],
|
||||
[ 56, Moves.LEAF_STORM ],
|
||||
],
|
||||
[Species.TORCHIC]: [
|
||||
[ 1, Moves.SCRATCH ],
|
||||
|
@ -4367,8 +4367,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 1, Moves.SCRATCH ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 1, Moves.EMBER ],
|
||||
[ 1, Moves.FLAMETHROWER ],
|
||||
[ 1, Moves.QUICK_ATTACK ],
|
||||
[ 1, Moves.FLAMETHROWER ],
|
||||
[ 1, Moves.FEATHER_DANCE ],
|
||||
[ 9, Moves.FLAME_CHARGE ],
|
||||
[ 12, Moves.DETECT ],
|
||||
|
@ -4399,10 +4399,10 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 25, Moves.SLASH ],
|
||||
[ 30, Moves.BOUNCE ],
|
||||
[ 35, Moves.FOCUS_ENERGY ],
|
||||
[ 42, Moves.BLAZE_KICK ],
|
||||
[ 49, Moves.BULK_UP ],
|
||||
[ 56, Moves.REVERSAL ],
|
||||
[ 63, Moves.FLARE_BLITZ ],
|
||||
[ 42, Moves.BULK_UP ],
|
||||
[ 49, Moves.REVERSAL ],
|
||||
[ 56, Moves.FLARE_BLITZ ],
|
||||
[ 63, Moves.BRAVE_BIRD ],
|
||||
],
|
||||
[Species.MUDKIP]: [
|
||||
[ 1, Moves.TACKLE ],
|
||||
|
@ -4426,8 +4426,6 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 1, Moves.WATER_GUN ],
|
||||
[ 1, Moves.SURF ],
|
||||
[ 1, Moves.EARTHQUAKE ],
|
||||
[ 1, Moves.ROCK_SMASH ],
|
||||
[ 9, Moves.ROCK_THROW ],
|
||||
[ 12, Moves.PROTECT ],
|
||||
|
@ -4442,13 +4440,13 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||
[ 55, Moves.HYDRO_PUMP ],
|
||||
],
|
||||
[Species.SWAMPERT]: [
|
||||
[ 1, Moves.MUD_SHOT ],
|
||||
[ 1, Moves.TACKLE ],
|
||||
[ 1, Moves.GROWL ],
|
||||
[ 1, Moves.WATER_GUN ],
|
||||
[ 1, Moves.SURF ],
|
||||
[ 1, Moves.EARTHQUAKE ],
|
||||
[ 1, Moves.ROCK_SMASH ],
|
||||
[ 1, Moves.MUD_SHOT ],
|
||||
[ 1, Moves.HAMMER_ARM ],
|
||||
[ 9, Moves.ROCK_THROW ],
|
||||
[ 12, Moves.PROTECT ],
|
||||
|
|
Loading…
Reference in New Issue