mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Fix Dunsparce evoMethod (#9064)
This commit is contained in:
parent
ae3c611d87
commit
e03f9633bc
|
|
@ -16707,7 +16707,8 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
|
|||
weightkg: 39.2,
|
||||
color: "Yellow",
|
||||
prevo: "Dunsparce",
|
||||
evoLevel: 18,
|
||||
evoType: "levelMove",
|
||||
evoMove: "Hyper Drill",
|
||||
otherFormes: ["Dudunsparce-Three-Segment"],
|
||||
formeOrder: ["Dudunsparce", "Dudunsparce-Three-Segment"],
|
||||
eggGroups: ["Field"],
|
||||
|
|
@ -16724,7 +16725,8 @@ export const Pokedex: {[speciesid: string]: SpeciesData} = {
|
|||
weightkg: 47.4,
|
||||
color: "Yellow",
|
||||
prevo: "Dunsparce",
|
||||
evoLevel: 18,
|
||||
evoType: "levelMove",
|
||||
evoMove: "Hyper Drill",
|
||||
eggGroups: ["Field"],
|
||||
},
|
||||
tarountula: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user