mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
This commit is contained in:
parent
ea95464008
commit
fe0bad2d8c
BIN
play.pokemonshowdown.com/fx/bg-scl.png
Normal file
BIN
play.pokemonshowdown.com/fx/bg-scl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
|
|
@ -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?';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user