Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/18 IFUW

101 bytes added, 15:26, 7 September 2006
m
no edit summary
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x18
! width="4050" | ''B B1 / 0B2''
! width="40" | ''A''
! width="40" | ''V''
==== Arguments ====
* '''const Bit[4]''' ''BB1'': Memory First memory bank to access.* '''const Bit[4]''' ''0B2'': ZeroSecond 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.
* '''const UByte''' ''C'': Type of comparison to perform.
* '''const UByte''' ''E'': Amount to jump if the comparison does not hold.
==== Description ====
This is similar to the [[FF7/Field/Script/Opcodes/14 IFUB|IFUB]] opcode, but it allows both address and the value to be larger than 0xFF.