Difference between revisions of "FF8/Field/Script/Opcodes/0C8 SEVOLTRANS"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x0C8''' * Short name: '''SEVOLTRANS''' * Long name: Sound Effect Volume Transition ==== Argument ==== none ==== Stack ==== :''Sound channel'' :''Frame count'' ...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Sound Effect Volume Transition
 
* Long name: Sound Effect Volume Transition
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Sound channel''
+
 
:''Frame count''
+
: ''Sound channel''
:''Final volume''
+
: ''Frame count''
:'''SEVOLTRANS'''
+
: ''Final volume''
 +
: '''SEVOLTRANS'''
 +
 
 +
====  Description  ====
  
==== Description ====
 
 
Transitions the volume of the sound in ''sound channel'' over ''frame count''.
 
Transitions the volume of the sound in ''sound channel'' over ''frame count''.

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x0C8
  • Short name: SEVOLTRANS
  • Long name: Sound Effect Volume Transition

Argument

none

Stack

Sound channel
Frame count
Final volume
SEVOLTRANS

Description

Transitions the volume of the sound in sound channel over frame count.