mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Migration - more progress
This commit is contained in:
@@ -222,7 +222,7 @@ def pbNoticePlayer(event, always_show_exclaim = false)
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Player-related utilities, random name generator.
|
||||
# Overrides-related utilities, random name generator.
|
||||
#===============================================================================
|
||||
# Unused
|
||||
def pbGetPlayerGraphic
|
||||
|
||||
@@ -77,7 +77,7 @@ def pbPlayTrainerIntroBGM(trainer_type)
|
||||
pbBGMPlay(bgm)
|
||||
end
|
||||
|
||||
# Can be a Player, NPCTrainer or an array of them.
|
||||
# Can be a Overrides, NPCTrainer or an array of them.
|
||||
def pbGetTrainerBattleBGM(trainer)
|
||||
return $PokemonGlobal.nextBattleBGM.clone if $PokemonGlobal.nextBattleBGM
|
||||
ret = nil
|
||||
@@ -120,7 +120,7 @@ def pbGetTrainerBattleBGMFromType(trainertype)
|
||||
return ret
|
||||
end
|
||||
|
||||
# Can be a Player, NPCTrainer or an array of them.
|
||||
# Can be a Overrides, NPCTrainer or an array of them.
|
||||
def pbGetTrainerVictoryBGM(trainer)
|
||||
if $PokemonGlobal.nextBattleVictoryBGM
|
||||
return $PokemonGlobal.nextBattleVictoryBGM.clone
|
||||
|
||||
Reference in New Issue
Block a user