Skip to content

Commit

Permalink
Support AG in the Gen 4 teambuilder (#1634)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Oct 11, 2020
1 parent e30bff0 commit 2593d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/build-indexes
Expand Up @@ -516,7 +516,7 @@ process.stdout.write("Building `data/teambuilder-tables.js`... ");
return ["Uber", "OU", "UUBL", "UU", "NUBL", "NU", "PUBL", "PU", "NFE", "LC Uber", "LC"];
}
if (gen === 'gen4') {
return ["CAP", "CAP NFE", "CAP LC", "Uber", "OU", "(OU)", "UUBL", "UU", "NUBL", "NU", "NFE", "LC Uber", "LC"];
return ["CAP", "CAP NFE", "CAP LC", "AG", "Uber", "OU", "(OU)", "UUBL", "UU", "NUBL", "NU", "NFE", "LC Uber", "LC"];
}
if (gen === 'gen5') {
return ["CAP", "CAP NFE", "CAP LC", "Uber", "OU", "(OU)", "UUBL", "UU", "RUBL", "RU", "NUBL", "NU", "(NU)", "NFE", "LC Uber", "LC"];
Expand Down

0 comments on commit 2593d97

Please sign in to comment.