diff --git a/play.pokemonshowdown.com/js/client-teambuilder.js b/play.pokemonshowdown.com/js/client-teambuilder.js index 50b403ca6..ce944e125 100644 --- a/play.pokemonshowdown.com/js/client-teambuilder.js +++ b/play.pokemonshowdown.com/js/client-teambuilder.js @@ -36,6 +36,9 @@ if (this.curTeam.format.startsWith('gen9gpt')) { this.curTeam.dex = Dex.mod('gen9gpt'); } + if (this.curTeam.format.startsWith('gen9rebalanced')) { + this.curTeam.dex = Dex.mod('gen9rebalanced'); + } // if (this.curTeam.format.includes('espionage')) { // this.curTeam.dex = Dex.mod('gen9espionage'); // } @@ -749,6 +752,9 @@ if (this.curTeam.format.startsWith('gen9gpt')) { this.curTeam.dex = Dex.mod('gen9gpt'); } + if (this.curTeam.format.startsWith('gen9rebalanced')) { + this.curTeam.dex = Dex.mod('gen9rebalanced'); + } // if (this.curTeam.format.includes('espionage')) { // this.curTeam.dex = Dex.mod('gen9espionage'); // } @@ -1604,6 +1610,9 @@ if (this.curTeam.format.startsWith('gen9gpt')) { this.curTeam.dex = Dex.mod('gen9gpt'); } + if (this.curTeam.format.startsWith('gen9rebalanced')) { + this.curTeam.dex = Dex.mod('gen9rebalanced'); + } // if (this.curTeam.format.includes('espionage')) { // this.curTeam.dex = Dex.mod('gen9espionage'); // }