mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-29 10:16:14 +00:00
[Music/BGM] Fix bgm file & loop for battle_rival (#3053)
This commit is contained in:
parent
c4e146b24b
commit
27b03aface
Binary file not shown.
@ -1906,7 +1906,7 @@ export default class BattleScene extends SceneBase {
|
|||||||
case "battle_legendary_pecharunt": //SV Pecharunt Battle
|
case "battle_legendary_pecharunt": //SV Pecharunt Battle
|
||||||
return 6.508;
|
return 6.508;
|
||||||
case "battle_rival": //BW Rival Battle
|
case "battle_rival": //BW Rival Battle
|
||||||
return 13.689;
|
return 14.110;
|
||||||
case "battle_rival_2": //BW N Battle
|
case "battle_rival_2": //BW N Battle
|
||||||
return 17.714;
|
return 17.714;
|
||||||
case "battle_rival_3": //BW Final N Battle
|
case "battle_rival_3": //BW Final N Battle
|
||||||
|
Loading…
Reference in New Issue
Block a user