Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/16 IFSW

176 bytes added, 05:16, 23 May 2019
m
5 revisions imported
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x16
! width="4050" | ''BB1 / B2''! width="4080" | ''A''! width="4080" | ''V''
! width="40" | ''C''
! width="40" | ''E''
==== Arguments ====
* '''const UByteBit[4]''' ''BB1'': Memory First memory bank to access.* '''const Bit[4]''' ''B2'': Second memory bank to access.* '''const UShort''' ''A'': Address , from the first bank, of the value to retrieve.* '''const Short''' ''V'': Unsigned value to compare the retrieved value to, or address from the second bank of the value to retrieve, if ''B2'' is non-zero.
* '''const UByte''' ''C'': Type of comparison to perform.
* '''const UByte''' ''E'': Amount to jump if the comparison does not hold.