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 4fa6c8b commit 5e3e19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions play.pokemonshowdown.com/src/battle-dex-search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,7 @@ class BattleMoveSearch extends BattleTypedSearch<'move'> {
if (this.formatType?.startsWith('ssdlc1')) lsetTable = lsetTable['gen8dlc1'];
if (this.formatType?.startsWith('predlc')) lsetTable = lsetTable['gen9predlc'];
if (this.formatType?.startsWith('svdlc1')) lsetTable = lsetTable['gen9dlc1'];
if (this.formatType?.startsWith('gen9nationaldex35pokes')) lsetTable = lsetTable['gen9dlc1'];
while (learnsetid) {
let learnset = lsetTable.learnsets[learnsetid];
if (learnset) {
Expand Down

0 comments on commit 5e3e19f

Please sign in to comment.