Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
triacontane committed Jan 7, 2016
1 parent 3c965b3 commit e772175
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions FlexibleBattleBgm.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
}
};

//=============================================================================
// Game_System
// 敵グループごとの戦闘BGMの取得と設定処理を追加定義します。
//=============================================================================
var _Game_System_battleBgm = Game_System.prototype.battleBgm;
Game_System.prototype.battleBgm = function() {
var id = $gameTroop._troopId;
Expand Down

0 comments on commit e772175

Please sign in to comment.