Skip to content

Commit 3e518b3

Browse files
authored
Fix past gen tooltips (#2247)
1 parent 9434aed commit 3e518b3

File tree

3 files changed

+54
-66
lines changed

3 files changed

+54
-66
lines changed

play.pokemonshowdown.com/src/battle-animations.ts

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ export class BattleScene implements BattleSceneStub {
122122
}
123123
this.numericId = numericId;
124124
this.tooltips = new BattleTooltips(battle);
125-
if (this.battle.id.includes('superstaffbros')) this.tooltips.dex = Dex.mod('gen9ssb' as ID);
126125
this.tooltips.listen($frame[0]);
127126

128127
this.preloadEffects();

0 commit comments

Comments
 (0)