Skip to content
Permalink
main
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 295 Bytes
/*:
* @plugindesc When entering battle, the music is not changed; the map music continues.
* @author Ben Hendel-Doying
*
* @help That's it!
*/
BattleManager.playBattleBgm = function() {
// do nothing!
};
Scene_Map.prototype.stopAudioOnBattleStart = function() {
// do nothing!
};
You can’t perform that action at this time.