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 a9dee02 commit 541167d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion play.pokemonshowdown.com/src/battle-dex-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,8 @@ abstract class BattleTypedSearch<T extends SearchType> {
if (original_format.includes('rebalanced')) {
this.dex = Dex.mod('gen9rebalanced' as ID);
}
if (original_format.startsWith('gen9nationaldex35pokes')) {
console.log(original_format)
if (original_format.startsWith('gnationaldex35pokes')) {
this.dex = Dex.mod('35_pokes' as ID);
}
if (original_format.includes('rebalanced')) {
Expand Down

0 comments on commit 541167d

Please sign in to comment.