[Bug] Metagross level up moveset changes (#2114)

Confusion and Metal Claw are level 1 moves, not on-evo moves
This commit is contained in:
Tempoanon 2024-06-11 22:12:10 -04:00 committed by GitHub
parent 7fe5962d28
commit 4cca68b323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6517,8 +6517,8 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
],
[Species.METAGROSS]: [
[ 0, Moves.HAMMER_ARM ],
[ 0, Moves.CONFUSION ],
[ 0, Moves.METAL_CLAW ],
[ 1, Moves.CONFUSION ],
[ 1, Moves.METAL_CLAW ],
[ 1, Moves.BULLET_PUNCH ],
[ 1, Moves.TACKLE ],
[ 1, Moves.EXPLOSION ],