02-07-2010, 11:17 PM
Okay, you have to comment (put # at the beginning of the line) the four points in CTB by Charlie - Scene_Battle where the map bgm is started. Look for bgm_play and you'll find them.
Then on line 194, after
you can put
Then on line 194, after
Code:
# Refresh map
$game_map.refresh
Code:
# If switching to map
if $scene.is_a?(Scene_Map)
# Return to BGM before battle starts
$game_system.bgm_play($game_temp.map_bgm)
end