Skip to content

Commit 73f7180

Browse files
committed
fix some rebalanced bugs
1 parent ff29c33 commit 73f7180

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

play.pokemonshowdown.com/js/client-teambuilder.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
if (this.curTeam.format.startsWith('gen9gpt')) {
3737
this.curTeam.dex = Dex.mod('gen9gpt');
3838
}
39+
if (this.curTeam.format.startsWith('gen9rebalanced')) {
40+
this.curTeam.dex = Dex.mod('gen9rebalanced');
41+
}
3942
// if (this.curTeam.format.includes('espionage')) {
4043
// this.curTeam.dex = Dex.mod('gen9espionage');
4144
// }
@@ -749,6 +752,9 @@
749752
if (this.curTeam.format.startsWith('gen9gpt')) {
750753
this.curTeam.dex = Dex.mod('gen9gpt');
751754
}
755+
if (this.curTeam.format.startsWith('gen9rebalanced')) {
756+
this.curTeam.dex = Dex.mod('gen9rebalanced');
757+
}
752758
// if (this.curTeam.format.includes('espionage')) {
753759
// this.curTeam.dex = Dex.mod('gen9espionage');
754760
// }
@@ -1604,6 +1610,9 @@
16041610
if (this.curTeam.format.startsWith('gen9gpt')) {
16051611
this.curTeam.dex = Dex.mod('gen9gpt');
16061612
}
1613+
if (this.curTeam.format.startsWith('gen9rebalanced')) {
1614+
this.curTeam.dex = Dex.mod('gen9rebalanced');
1615+
}
16071616
// if (this.curTeam.format.includes('espionage')) {
16081617
// this.curTeam.dex = Dex.mod('gen9espionage');
16091618
// }

0 commit comments

Comments
 (0)