Skip to content
Permalink
main
Go to file
 
 
Cannot retrieve contributors at this time
14 lines (12 sloc) 329 Bytes
/*:
* @plugindesc Universally disable battle backgrounds.
* @author Ben Hendel-Doying
*
* @help That's it!
*/
Spriteset_Battle.prototype.battleback1Bitmap = function() {
return ImageManager.loadEmptyBitmap();
};
Spriteset_Battle.prototype.battleback2Bitmap = function() {
return ImageManager.loadEmptyBitmap();
};
You can’t perform that action at this time.