Skip to content

Commit

Permalink
fix: fixed species name for alakazam-mega
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 16, 2022
1 parent a8894eb commit 3a41adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/pokedex-data/gen1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2770,7 +2770,7 @@ const entries: [string, PokemonTypes.DexEntry][] = [
levellingRate: 'Medium Slow',
minimumHatchTime: 5140,
num: 65,
species: 'alakazam-mmga',
species: 'alakazam-mega',
types: ['Psychic'],
weightkg: 48,
aliases: ['megazam']
Expand Down

0 comments on commit 3a41adf

Please sign in to comment.