Merge branch 'beta' into round-of-optimized-png

This commit is contained in:
Lugiad 2025-08-18 17:09:17 +02:00 committed by GitHub
commit 7945feb74d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -24,9 +24,10 @@
- Pokémon Sword/Shield - Pokémon Sword/Shield
- Pokémon Legends: Arceus - Pokémon Legends: Arceus
- Pokémon Scarlet/Violet - 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) - 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 - _tresnoir
- unveiler - unveiler

Binary file not shown.

View File

@ -912,7 +912,7 @@ export class Arena {
case BiomeId.RUINS: case BiomeId.RUINS:
return 0.0; return 0.0;
case BiomeId.WASTELAND: case BiomeId.WASTELAND:
return 6.336; return 6.024;
case BiomeId.ABYSS: case BiomeId.ABYSS:
return 20.113; return 20.113;
case BiomeId.SPACE: case BiomeId.SPACE: