diff --git a/CREDITS.md b/CREDITS.md index bca89c816ca..6bd73d72901 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -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 diff --git a/public/audio/bgm/wasteland.mp3 b/public/audio/bgm/wasteland.mp3 index 646cbd89a1f..ee096af99ac 100644 Binary files a/public/audio/bgm/wasteland.mp3 and b/public/audio/bgm/wasteland.mp3 differ diff --git a/src/field/arena.ts b/src/field/arena.ts index 2ce347b5337..1b6b165b8a3 100644 --- a/src/field/arena.ts +++ b/src/field/arena.ts @@ -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: