Skip to content

Commit

Permalink
fix(pokemon): fixed species for Zygarde 10% causing an incorrect spri…
Browse files Browse the repository at this point in the history
…te url to be returned
  • Loading branch information
favna committed May 13, 2022
1 parent 7ee8dcc commit 8fd689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/pokedex-data/gen6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
minimumHatchTime: 30840,
num: 718,
otherFormes: ['zygarde', 'zygardecomplete'],
species: 'Zygarde-10%',
species: 'zygarde-10',
types: ['Dragon', 'Ground'],
weightkg: 33.5,
aliases: ['zydog', 'zydoge', 'zygardedog']
Expand Down

0 comments on commit 8fd689f

Please sign in to comment.