mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
more clown nose
This commit is contained in:
Binary file not shown.
@@ -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.
BIN
Data/species.dat
BIN
Data/species.dat
Binary file not shown.
Reference in New Issue
Block a user