[Audio] Add new Wasteland BGM track

This commit is contained in:
Madmadness65 2025-08-17 19:40:54 -05:00
parent 2ff9bd4652
commit 58cd68bca5
3 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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: