mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Changed battle victory MEs to BGMs
This commit is contained in:
@@ -410,13 +410,13 @@ class Battle::Scene
|
||||
# This method can change the battle's music for example.
|
||||
def pbWildBattleSuccess
|
||||
@battleEnd = true
|
||||
pbBGMPlay(pbGetWildVictoryME)
|
||||
pbBGMPlay(pbGetWildVictoryBGM)
|
||||
end
|
||||
|
||||
# This method is called when the player wins a trainer battle.
|
||||
# This method can change the battle's music for example.
|
||||
def pbTrainerBattleSuccess
|
||||
@battleEnd = true
|
||||
pbBGMPlay(pbGetTrainerVictoryME(@battle.opponent))
|
||||
pbBGMPlay(pbGetTrainerVictoryBGM(@battle.opponent))
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user