mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
More or less standardised separator comments in the code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#===============================================================================
|
||||
# Load various wild battle music
|
||||
# Load various wild battle music.
|
||||
#===============================================================================
|
||||
# wildParty is an array of Pokémon objects.
|
||||
def pbGetWildBattleBGM(_wildParty)
|
||||
@@ -58,7 +58,7 @@ def pbGetWildCaptureME
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Load/play various trainer battle music
|
||||
# Load/play various trainer battle music.
|
||||
#===============================================================================
|
||||
def pbPlayTrainerIntroBGM(trainer_type)
|
||||
trainer_type_data = GameData::TrainerType.get(trainer_type)
|
||||
|
||||
Reference in New Issue
Block a user