Skip to content

Commit

Permalink
fix: set correct species for hemogoblin
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 27, 2023
1 parent 2f0e0c6 commit 0550342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/assets/pokedex-data/cap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1649,7 +1649,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
specialShinyBackSprite: 'https://play.pokemonshowdown.com/sprites/gen5-back-shiny/hemogoblin.png',
specialShinySprite: 'https://play.pokemonshowdown.com/sprites/gen5-shiny/hemogoblin.png',
specialSprite: 'https://play.pokemonshowdown.com/sprites/gen5/hemogoblin.png',
species: 'scattervein',
species: 'hemogoblin',
types: [TypesEnum.Fairy, TypesEnum.Fire],
weightkg: 85
}
Expand Down

0 comments on commit 0550342

Please sign in to comment.