mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Add i18n support and Beedrill fury cutter
This commit is contained in:
parent
3a110989ef
commit
6dcc446786
@ -203,6 +203,7 @@ export const pokemonSpeciesLevelMoves: PokemonSpeciesLevelMoves = {
|
||||
[Species.BEEDRILL]: [
|
||||
[ 0, Moves.TWINEEDLE ],
|
||||
[ 1, Moves.FURY_ATTACK ],
|
||||
[ 11, Moves.FURY_CUTTER ],
|
||||
[ 14, Moves.RAGE ],
|
||||
[ 17, Moves.PURSUIT ],
|
||||
[ 20, Moves.FOCUS_ENERGY ],
|
||||
|
Loading…
Reference in New Issue
Block a user