mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-29 13:08:44 +00:00
Update Phione and Manaphy levelup learnset (#1462)
This commit is contained in:
parent
f957994fe4
commit
f64e9e4a0d
@ -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 ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user