diff --git a/play.pokemonshowdown.com/fx/bg-scl.png b/play.pokemonshowdown.com/fx/bg-scl.png new file mode 100644 index 000000000..e65555c38 Binary files /dev/null and b/play.pokemonshowdown.com/fx/bg-scl.png differ diff --git a/play.pokemonshowdown.com/src/battle-animations.ts b/play.pokemonshowdown.com/src/battle-animations.ts index 7c11ef867..b36236a88 100644 --- a/play.pokemonshowdown.com/src/battle-animations.ts +++ b/play.pokemonshowdown.com/src/battle-animations.ts @@ -581,6 +581,9 @@ export class BattleScene implements BattleSceneStub { } else if (typeof rated === 'string' && rated.startsWith('National Pokemon Association')) { bg = 'fx/bg-npa.png'; this.setBgm(-101); + } else if (typeof rated === 'string' && rated.startsWith('Smogon Champions League')) { + bg = 'fx/bg-scl.png'; + this.setBgm(-101); } else { if (gen <= 1) bg = 'fx/bg-gen1.png?'; else if (gen <= 2) bg = 'fx/bg-gen2.png?';