Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/F2 AKAO

92 bytes added, 05:19, 23 May 2019
m
80 revisions imported
<li>'''2A''' Play a sound effect on channel #3 [param1=Panning, param2=Effect ID]</li>
<li>'''2B''' Play a sound effect on channel #4 [param1=Panning, param2=Effect ID]</li>
<li>'''30''' Play a sound effect on channel #5, with centre panning</li>
----
<li>'''98''' Resumes music and sound effects</li>
==== Please Note ====
Channel #5 (used from operation 0x30) is dedicated to the menu and should not be used for anything else.<br>
All transitions use the formula Transition_time (in seconds) = param1 / 60.<br>
The pan (audio L/R balance) values value range from is 0 to 127, where 0 is fully left, 64 is centre, and 127 is fully right.<br>The maximum game volume is 127.<br>The tempo value ranges from range is 0 to 64 (0x40)127. The normal tempo is 0.<br>Operations 0x10/14/18/19 do not work on the PSX game from field script[CURRENTLY CHECKING THIS].<br>Operations 0xC8/C9,/CA are not implemented in the PSX version or PC versiondespite the field script calling them.<br>