Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReinert committed Nov 3, 2024
1 parent 541167d commit 946232e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions play.pokemonshowdown.com/src/battle-dex-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,8 @@ abstract class BattleTypedSearch<T extends SearchType> {
if (original_format.includes('rebalanced')) {
this.dex = Dex.mod('gen9rebalanced' as ID);
}
console.log(original_format)
if (original_format.startsWith('gnationaldex35pokes')) {
this.dex = Dex.mod('35_pokes' as ID);
this.formatType = 'nationaldex35pokes';
}
if (original_format.includes('rebalanced')) {
this.formatType = 'rebalanced';
Expand Down

0 comments on commit 946232e

Please sign in to comment.