Difference between revisions of "FF7/Field/Script/Opcodes/DA AKAO2"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Myst6re
 
my_wiki>Myst6re
Line 35: Line 35:
 
Perform an operation described by ''Op'', and uses the parameters depending on the operation.
 
Perform an operation described by ''Op'', and uses the parameters depending on the operation.
  
[[FF7/Field/Script/Opcodes/F2_AKAO|Opcode list]]
+
[[FF7/Field/Script/Opcodes/F2_AKAO#Operation_list|Opcode list]]

Revision as of 18:01, 12 September 2012

  • Opcode: 0xDA
  • Short name: AKAO2
  • Long name: Sound Operation (word param1)

Memory layout

0xF2 B1 / B2 B3 / B4 0 / B6 Op Param1 Param2 Param3 Param4 Param5

Arguments

  • const Bit[4] B1: Bank to retrieve Param1, or zero if Param1 is specified as a literal value.
  • const Bit[4] B2: Bank to retrieve Param2, or zero if Param2 is specified as a literal value.
  • const Bit[4] B3: Bank to retrieve Param3, or zero if Param3 is specified as a literal value.
  • const Bit[4] B4: Bank to retrieve Param4, or zero if Param4 is specified as a literal value.
  • const Bit[4] 0: Zero.
  • const Bit[4] B6: Bank to retrieve Param5, or zero if Param5 is specified as a literal value.
  • const UByte Op: Operation to perform.
  • const UShort Param1: Parameter 1.
  • const UByte Param2: Parameter 2.
  • const UByte Param3: Parameter 3.
  • const UByte Param4: Parameter 4.
  • const UByte Param5: Parameter 5.

Description

Perform an operation described by Op, and uses the parameters depending on the operation.

Opcode list