Update Phione and Manaphy levelup learnset (#1462)

This commit is contained in:
Tempoanon 2024-05-27 20:50:27 -04:00 committed by GitHub
parent f957994fe4
commit f64e9e4a0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8448,8 +8448,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 72, Moves.LUNAR_BLESSING ], [ 72, Moves.LUNAR_BLESSING ],
], ],
[Species.PHIONE]: [ [Species.PHIONE]: [
[ 1, Moves.BUBBLE ], [ 1, Moves.WATER_GUN ],
[ 1, Moves.WATER_SPORT ],
[ 9, Moves.CHARM ], [ 9, Moves.CHARM ],
[ 16, Moves.SUPERSONIC ], [ 16, Moves.SUPERSONIC ],
[ 24, Moves.BUBBLE_BEAM ], [ 24, Moves.BUBBLE_BEAM ],
@ -8459,11 +8458,12 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 54, Moves.AQUA_RING ], [ 54, Moves.AQUA_RING ],
[ 61, Moves.DIVE ], [ 61, Moves.DIVE ],
[ 69, Moves.RAIN_DANCE ], [ 69, Moves.RAIN_DANCE ],
[ 75, Moves.TAKE_HEART ],
], ],
[Species.MANAPHY]: [ [Species.MANAPHY]: [
[ 1, Moves.BUBBLE ], [ 1, Moves.HEART_SWAP ],
[ 1, Moves.TAIL_GLOW ], [ 1, Moves.TAIL_GLOW ],
[ 1, Moves.WATER_SPORT ], [ 1, Moves.WATER_GUN ],
[ 9, Moves.CHARM ], [ 9, Moves.CHARM ],
[ 16, Moves.SUPERSONIC ], [ 16, Moves.SUPERSONIC ],
[ 24, Moves.BUBBLE_BEAM ], [ 24, Moves.BUBBLE_BEAM ],
@ -8473,7 +8473,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[ 54, Moves.AQUA_RING ], [ 54, Moves.AQUA_RING ],
[ 61, Moves.DIVE ], [ 61, Moves.DIVE ],
[ 69, Moves.RAIN_DANCE ], [ 69, Moves.RAIN_DANCE ],
[ 76, Moves.HEART_SWAP ], [ 76, Moves.TAKE_HEART ],
], ],
[Species.DARKRAI]: [ [Species.DARKRAI]: [
[ 1, Moves.DISABLE ], [ 1, Moves.DISABLE ],