Skip to content

Commit

Permalink
feat(constants): update versions and version groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jul 11, 2022
1 parent 5af33dc commit 73e259d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/constants/games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ export enum Versions {
LETS_GO_EEVEE = 32,
SWORD = 33,
SHIELD = 34,
THE_ISLE_OF_ARMOR = 35,
THE_CROWN_TUNDRA = 36,
BRILLIANT_DIAMOND = 37,
SHINING_PEARL = 38,
LEGENDS_ARCEUS = 39,
}

export enum VersionGroups {
Expand All @@ -98,4 +103,8 @@ export enum VersionGroups {
ULTRA_SUN_ULTRA_MOON = 18,
LETS_GO = 19,
SWORD_SHIELD = 20,
THE_ISLE_OF_ARMOR = 21,
THE_CROWN_TUNDRA = 22,
BRILLIANT_DIAMOND_AND_SHINING_PEARL = 23,
LEGENDS_ARCEUS = 24,
}

0 comments on commit 73e259d

Please sign in to comment.