Skip to content

Commit

Permalink
Fix past gen tooltips (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 committed May 6, 2024
1 parent 9434aed commit 3e518b3
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 66 deletions.
1 change: 0 additions & 1 deletion play.pokemonshowdown.com/src/battle-animations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export class BattleScene implements BattleSceneStub {
}
this.numericId = numericId;
this.tooltips = new BattleTooltips(battle);
if (this.battle.id.includes('superstaffbros')) this.tooltips.dex = Dex.mod('gen9ssb' as ID);
this.tooltips.listen($frame[0]);

this.preloadEffects();
Expand Down

0 comments on commit 3e518b3

Please sign in to comment.