Document second parameter of playbgm

This commit is contained in:
ExpoSeed
2021-05-21 15:08:00 -05:00
parent 58d83bf9a7
commit 6a977bdbfc
38 changed files with 57 additions and 56 deletions

View File

@@ -74,11 +74,11 @@ Route119_EventScript_RivalEncounter:: @ 81F4488
end
Route119_EventScript_PlayMayMusic:: @ 81F4501
playbgm MUS_ENCOUNTER_MAY, 1
playbgm MUS_ENCOUNTER_MAY, TRUE
return
Route119_EventScript_PlayBrendanMusic:: @ 81F4506
playbgm MUS_ENCOUNTER_BRENDAN, 1
playbgm MUS_ENCOUNTER_BRENDAN, TRUE
return
Route119_EventScript_BattleMay:: @ 81F450B