Skip to content

Commit

Permalink
Merge pull request #374 from Ravendwyr/master
Browse files Browse the repository at this point in the history
Added The Teal Mask Pokemon.
  • Loading branch information
m4-used-rollout authored Sep 13, 2023
2 parents e7c6b57 + c5cf587 commit 832f533
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TPP.Core/PokedexData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private static IEnumerable<PkmnSpecies> LoadSpeciesNames()
[Generation.Gen6] = 721, // Volcanion
[Generation.Gen7] = 807, // Zeraora
[Generation.Gen8] = 905, // Enamorus
[Generation.Gen9] = 1010, // Annihilape
[Generation.Gen9] = 1017, // Ogerpon
}.ToImmutableSortedDictionary();

public static Generation GetGeneration(PkmnSpecies species)
Expand Down
7 changes: 7 additions & 0 deletions TPP.Core/Resources/pokemon_names.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,13 @@
1008,Kingambit
1009,Clodsire
1010,Annihilape
1011,Dipplin
1012,Poltchageist
1013,Sinistcha
1014,Okidogi
1015,Monkidori
1016,Fezandipiti
1017,Ogerpon
2000,MissingNo.
2001,Phancero
2002,Fambaco
Expand Down

0 comments on commit 832f533

Please sign in to comment.