more clown nose

This commit is contained in:
chardub
2025-03-26 09:54:16 -04:00
parent 37938f864b
commit eba2c7c90c
7 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -53,7 +53,7 @@ def pbBGMPlay(param,volume=nil,pitch=nil)
return if !param
param=pbResolveAudioFile(param,volume,pitch)
param = pbResolveAudioFile("ultra_metropolis", volume, pitch) if darknessEffectOnCurrentMap() && !$PokemonTemp.during_battle
param = pbResolveAudioFile("corrupted", volume, pitch) if $game_temp.corrupted_map
param = pbResolveAudioFile("corrupted", volume, pitch) if $game_temp.corrupted_map && !$PokemonTemp.during_battle
if param.name && param.name!=""
if $game_system && $game_system.respond_to?("bgm_play")
$game_system.bgm_play(param)

Binary file not shown.

Binary file not shown.

Binary file not shown.