mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 13:59:27 +02:00
[Audio] Add new Wasteland BGM track (#6285)
This commit is contained in:
parent
74136a9c2b
commit
9662b7c8c9
@ -24,9 +24,10 @@
|
||||
- Pokémon Sword/Shield
|
||||
- Pokémon Legends: Arceus
|
||||
- Pokémon Scarlet/Violet
|
||||
- Firel (Custom Graveyard, Ice Cave, Laboratory, Metropolis, Plains, Power Plant, Seabed, Space, and Volcano biome music)
|
||||
- Firel (Custom Graveyard, Ice Cave, Laboratory, Metropolis, Plains, Power Plant, Seabed, Space, Volcano, and Desert biome music)
|
||||
- Lmz (Custom Ancient Ruins, Jungle, and Lake biome music)
|
||||
- Andr06 (Custom Forest, Slum and Sea biome music)
|
||||
- Andr06 (Custom Forest, Slum, Sea, and Fairy Cave biome music)
|
||||
- Leavannite (Custom Wasteland biome music)
|
||||
- _tresnoir
|
||||
- unveiler
|
||||
|
||||
|
Binary file not shown.
@ -912,7 +912,7 @@ export class Arena {
|
||||
case BiomeId.RUINS:
|
||||
return 0.0;
|
||||
case BiomeId.WASTELAND:
|
||||
return 6.336;
|
||||
return 6.024;
|
||||
case BiomeId.ABYSS:
|
||||
return 20.113;
|
||||
case BiomeId.SPACE:
|
||||
|
Loading…
Reference in New Issue
Block a user