Fix Dunsparce evoMethod (#9064)

This commit is contained in:
Gideon 2022-11-25 23:14:44 +01:00 committed by GitHub
parent ae3c611d87
commit e03f9633bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {