Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/13 JMPBL

1 byte added, 17:40, 14 September 2006
m
mem
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x10
! width="4080" | ''A''
|}
==== Arguments ====
* '''const UByteUShort''' ''A'': Amount to jump backwards.
==== Description ====
Jumps backward in the current script a specified amount. The jump begins just before the jump opcode itself and then moves the current byte pointer back the specified number of bytes. Unlike [[FF7/Field/Script/Opcodes/12 JMPB|JMPB]], this jump command allows jumps longer than 0xFF bytes.