Skip to content

Commit

Permalink
fix(blacephalon): fixed species name, now fuzzy searching its number …
Browse files Browse the repository at this point in the history
…will work
  • Loading branch information
favna committed May 27, 2021
1 parent 928e324 commit ebe4611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/pokedex-data/gen7.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3007,7 +3007,7 @@ const entries: [string, Pokemon.DexEntry][] = [
[
'blacephalon',
{
species: 'bblacephalon',
species: 'blacephalon',
num: 806,
types: ['Fire', 'Ghost'],
genderRatio: { male: 0, female: 0 },
Expand Down

0 comments on commit ebe4611

Please sign in to comment.