Skip to content

Commit

Permalink
Add note next to Dipplin's learnset
Browse files Browse the repository at this point in the history
  • Loading branch information
Blitz425 authored Aug 2, 2024
1 parent 431785e commit dc5a945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/pokemon-level-moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17288,7 +17288,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
[Species.DIPPLIN]: [
[ EVOLVE_MOVE, Moves.DOUBLE_HIT ],
[ RELEARN_MOVE, Moves.INFESTATION ],
[ RELEARN_MOVE, Moves.DRAGON_CHEER ],
[ RELEARN_MOVE, Moves.DRAGON_CHEER ], //Custom
[ 1, Moves.WITHDRAW ],
[ 1, Moves.SWEET_SCENT ],
[ 1, Moves.RECYCLE ],
Expand Down

0 comments on commit dc5a945

Please sign in to comment.