mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-15 13:31:40 +00:00
Fix BattleBond Greninja moveset: Add Mat Block, remove duplicate move
This commit is contained in:
parent
dfde40f1ae
commit
90c8c97437
@ -19464,7 +19464,6 @@ export const pokemonFormLevelMoves: PokemonSpeciesFormLevelMoves = {
|
||||
},
|
||||
[Species.GRENINJA]: {
|
||||
1: [
|
||||
[ EVOLVE_MOVE, Moves.WATER_SHURIKEN ],
|
||||
[ EVOLVE_MOVE, Moves.WATER_SHURIKEN ],
|
||||
[ 1, Moves.POUND ],
|
||||
[ 1, Moves.GROWL ],
|
||||
@ -19475,6 +19474,7 @@ export const pokemonFormLevelMoves: PokemonSpeciesFormLevelMoves = {
|
||||
[ 1, Moves.SMACK_DOWN ], // Previous Stage Move
|
||||
[ 1, Moves.BOUNCE ], // Previous Stage Move
|
||||
[ 1, Moves.HAZE ],
|
||||
[ 1, Moves.MAT_BLOCK ],
|
||||
[ 1, Moves.ROLE_PLAY ],
|
||||
[ 1, Moves.NIGHT_SLASH ],
|
||||
[ 10, Moves.LICK ],
|
||||
|
Loading…
x
Reference in New Issue
Block a user