Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/15 IFUBL

22 bytes added, 05:16, 23 May 2019
m
9 revisions imported
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x15
! width="4050" | ''B1 / B2''
! width="40" | ''A''
! width="40" | ''V''
! width="40" | ''C''
! width="4080" | ''E''
|}
* '''const Bit[4]''' ''B1'': First memory bank to access.
* '''const Bit[4]''' ''B2'': Second memory bank to access.
* '''const UByte''' ''A'': Address , from the first bank, 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.