Skip to content

Commit 1bcb713

Browse files
authored
fix: correctly set corvisquire and frosmoth evolutions (#1026)
* fix: correctly set corvisquire evolution * fix: remove incorrect self evolution of frosmoth
1 parent 7f8f95b commit 1bcb713

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/assets/pokedex-data/gen8.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
389389
eggGroups: ['Flying'],
390390
evYields: { hp: 0, atk: 0, def: 0, spa: 0, spd: 0, spe: 2 },
391391
evoLevel: 18,
392-
evos: ['corvisquire'],
392+
evos: ['corviknight'],
393393
genderRatio: { male: '50%', female: '50%' },
394394
heightm: 0.8,
395395
isEggObtainable: true,
@@ -2234,7 +2234,6 @@ const entries: [string, PokemonTypes.DexEntry][] = [
22342234
eggGroups: ['Bug'],
22352235
evYields: { hp: 0, atk: 0, def: 0, spa: 2, spd: 0, spe: 0 },
22362236
evoLevel: 'Level up during Nighttime with happiness of at least 220',
2237-
evos: ['frosmoth'],
22382237
genderRatio: { male: '50%', female: '50%' },
22392238
heightm: 1.3,
22402239
isEggObtainable: true,

0 commit comments

Comments
 (0)