Skip to content

Commit

Permalink
fix: fixed species for palafinhero so the sprite gives the correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 28, 2023
1 parent 2669703 commit c745f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/assets/pokedex-data/gen9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1432,7 +1432,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
num: 964,
prevo: 'finizen',
otherFormes: ['palafin'],
species: 'palafinhero',
species: 'palafin-hero',
types: [TypesEnum.Water],
weightkg: 97.4
}
Expand Down

0 comments on commit c745f24

Please sign in to comment.