Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/18 IFUW

23 bytes added, 17:43, 14 September 2006
m
no edit summary
! width="40" | 0x18
! width="50" | ''B1 / B2''
! width="4080" | ''A''! width="4080" | ''V''
! width="40" | ''C''
! width="40" | ''E''
* '''const Bit[4]''' ''B2'': Second memory bank to access.
* '''const UShort''' ''A'': Address, from the first bank, of the value to retrieve.
* '''const UShort''' ''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.