Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/15 IFUBL

89 bytes added, 15:23, 7 September 2006
m
no edit summary
==== Arguments ====
* '''const Bit[4]''' ''BB1'': Memory First memory bank to access.* '''const Bit[4]''' ''0B2'': ZeroSecond memory bank to access.
* '''const UByte''' ''A'': Address of the value to retrieve.
* '''const UByte''' ''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 UShort''' ''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 a jump of more than 0xFF if the comparison does not hold. Use this This opcode is used if the 'if' block will also be longer than 0xFF.