Skip to content

Commit

Permalink
Import: Support Reg G
Browse files Browse the repository at this point in the history
  • Loading branch information
thejetou committed Jun 19, 2024
1 parent bc6a5d5 commit a6dfa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import/src/set-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ function getSpecie(gen: Generation, specieName: SpeciesName): Specie | PSSpecie

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

0 comments on commit a6dfa95

Please sign in to comment.