Skip to content

Commit

Permalink
Update PokedexData.cs to include Archaludon
Browse files Browse the repository at this point in the history
  • Loading branch information
m4-used-rollout authored Nov 11, 2023
1 parent 955939c commit 43475ad
Showing 1 changed file with 1 addition 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] = 1017, // Ogerpon
[Generation.Gen9] = 1018, // Archaludon (for now)
}.ToImmutableSortedDictionary();

public static Generation GetGeneration(PkmnSpecies species)
Expand Down

0 comments on commit 43475ad

Please sign in to comment.