Fixes move remembering issue when unfusing

This commit is contained in:
chardub
2025-04-10 19:52:18 -04:00
parent e1b6d7e7a9
commit be2edbef70
5 changed files with 5 additions and 6 deletions

View File

@@ -51,7 +51,6 @@ class Game_System
def bgm_play_internal2(name,volume,pitch,position) # :nodoc:
vol = volume
vol *= $PokemonSystem.bgmvolume/100.0
vol+=30
vol = vol.to_i
begin
Audio.bgm_play(name,vol,pitch,position)