Skip to content

Commit

Permalink
fix: fixed species name for several ogerpon forms
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 28, 2023
1 parent 28c829d commit 68609d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/assets/pokedex-data/gen9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
'ogerponwellspring',
'ogerponwellspringtera'
],
species: 'ogerpon-cornerstone-tera',
species: 'ogerpon-cornerstonetera',
types: [TypesEnum.Grass, TypesEnum.Rock],
weightkg: 39.8
}
Expand Down Expand Up @@ -2783,7 +2783,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
'ogerponwellspring',
'ogerponwellspringtera'
],
species: 'ogerpon-hearthflame-tera',
species: 'ogerpon-hearthflametera',
types: [TypesEnum.Grass, TypesEnum.Fire],
weightkg: 39.8
}
Expand Down Expand Up @@ -2847,7 +2847,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
'ogerpontealtera',
'ogerponwellspring'
],
species: 'ogerpon-wellspring-tera',
species: 'ogerpon-wellspringtera',
types: [TypesEnum.Grass, TypesEnum.Water],
weightkg: 39.8
}
Expand Down Expand Up @@ -2879,7 +2879,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
'ogerponwellspring',
'ogerponwellspringtera'
],
species: 'ogerpon-teal-tera',
species: 'ogerpon-tealtera',
types: [TypesEnum.Grass],
weightkg: 39.8
}
Expand Down

0 comments on commit 68609d0

Please sign in to comment.