File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
play.pokemonshowdown.com/js Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 36
36
if ( this . curTeam . format . startsWith ( 'gen9gpt' ) ) {
37
37
this . curTeam . dex = Dex . mod ( 'gen9gpt' ) ;
38
38
}
39
+ if ( this . curTeam . format . startsWith ( 'gen9rebalanced' ) ) {
40
+ this . curTeam . dex = Dex . mod ( 'gen9rebalanced' ) ;
41
+ }
39
42
// if (this.curTeam.format.includes('espionage')) {
40
43
// this.curTeam.dex = Dex.mod('gen9espionage');
41
44
// }
749
752
if ( this . curTeam . format . startsWith ( 'gen9gpt' ) ) {
750
753
this . curTeam . dex = Dex . mod ( 'gen9gpt' ) ;
751
754
}
755
+ if ( this . curTeam . format . startsWith ( 'gen9rebalanced' ) ) {
756
+ this . curTeam . dex = Dex . mod ( 'gen9rebalanced' ) ;
757
+ }
752
758
// if (this.curTeam.format.includes('espionage')) {
753
759
// this.curTeam.dex = Dex.mod('gen9espionage');
754
760
// }
1604
1610
if ( this . curTeam . format . startsWith ( 'gen9gpt' ) ) {
1605
1611
this . curTeam . dex = Dex . mod ( 'gen9gpt' ) ;
1606
1612
}
1613
+ if ( this . curTeam . format . startsWith ( 'gen9rebalanced' ) ) {
1614
+ this . curTeam . dex = Dex . mod ( 'gen9rebalanced' ) ;
1615
+ }
1607
1616
// if (this.curTeam.format.includes('espionage')) {
1608
1617
// this.curTeam.dex = Dex.mod('gen9espionage');
1609
1618
// }
You can’t perform that action at this time.
0 commit comments