diff options
| author | ExpoSeed <> | 2021-05-21 15:08:00 -0500 |
|---|---|---|
| committer | ExpoSeed <> | 2021-05-21 15:08:00 -0500 |
| commit | 6a977bdbfccfa27433abdafede36f434184809bb (patch) | |
| tree | 82a25b3e29e091816f4508889f029b971bd28cad /data/maps/Route110 | |
| parent | 58d83bf9a7cc2e4b90cfcf98a3ffb6b8c0ec833c (diff) | |
Document second parameter of playbgm
Diffstat (limited to 'data/maps/Route110')
| -rw-r--r-- | data/maps/Route110/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/Route110/scripts.inc b/data/maps/Route110/scripts.inc index 50f3d1f48..f7be3fb9e 100644 --- a/data/maps/Route110/scripts.inc +++ b/data/maps/Route110/scripts.inc @@ -410,11 +410,11 @@ Route110_EventScript_RivalScene:: @ 81EF76E end Route110_EventScript_PlayMayMusic:: @ 81EF7E1 - playbgm MUS_ENCOUNTER_MAY, 1 + playbgm MUS_ENCOUNTER_MAY, TRUE return Route110_EventScript_PlayBrendanMusic:: @ 81EF7E6 - playbgm MUS_ENCOUNTER_BRENDAN, 1 + playbgm MUS_ENCOUNTER_BRENDAN, TRUE return Route110_EventScript_MayBattle:: @ 81EF7EB |
