mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-26 00:36:25 +00:00
[Bug] Metagross level up moveset changes (#2114)
Confusion and Metal Claw are level 1 moves, not on-evo moves
This commit is contained in:
parent
7fe5962d28
commit
4cca68b323
@ -6517,8 +6517,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
|||||||
],
|
],
|
||||||
[Species.METAGROSS]: [
|
[Species.METAGROSS]: [
|
||||||
[ 0, Moves.HAMMER_ARM ],
|
[ 0, Moves.HAMMER_ARM ],
|
||||||
[ 0, Moves.CONFUSION ],
|
[ 1, Moves.CONFUSION ],
|
||||||
[ 0, Moves.METAL_CLAW ],
|
[ 1, Moves.METAL_CLAW ],
|
||||||
[ 1, Moves.BULLET_PUNCH ],
|
[ 1, Moves.BULLET_PUNCH ],
|
||||||
[ 1, Moves.TACKLE ],
|
[ 1, Moves.TACKLE ],
|
||||||
[ 1, Moves.EXPLOSION ],
|
[ 1, Moves.EXPLOSION ],
|
||||||
|
Loading…
Reference in New Issue
Block a user