Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/13 JMPBL

639 bytes added, 00:27, 18 August 2006
no edit summary
* Opcode: '''0x13'''
* Short name: '''JMPBL'''
* Long name: Jump back (long)

==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x10
! width="40" | ''A''
|}

==== Arguments ====

* '''const UByte''' ''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.