Skip to content

Commit

Permalink
Import: Fix VGC Sets
Browse files Browse the repository at this point in the history
  • Loading branch information
thejetou committed Jan 3, 2025
1 parent 085400c commit 86c781b
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 27 deletions.
2 changes: 1 addition & 1 deletion import/src/set-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function getSpecie(gen: Generation, specieName: SpeciesName): Specie | PSSpecie

function toPSFormat(formatID: ID): ID {
if (formatID === 'gen9vgc2024') {
return `${formatID}regg` as ID;
return `gen9vgc2025regg` as ID;
}
if (formatID === 'gen9battlestadiumsingles') {
return 'gen9bssregg' as ID;
Expand Down
Loading

0 comments on commit 86c781b

Please sign in to comment.