Changes
Jump to navigation
Jump to search
no edit summary
* Opcode: '''0x11'''
* Short name: '''JMPFL'''
* Long name: Jump forward (long)
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x11
! width="40" | ''A''
|}
==== Arguments ====
* '''const UShort''' ''A'': Amount to jump forward.
==== Description ====
Jumps forward in the current script a specified amount. The jump begins just after the jump opcode itself and then skips the specified number of bytes. Unlike [[FF7/Field/Script/Opcodes/10 JMPF|JMPF]], this jump command allows jumps longer than 0xFF bytes.
* Short name: '''JMPFL'''
* Long name: Jump forward (long)
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x11
! width="40" | ''A''
|}
==== Arguments ====
* '''const UShort''' ''A'': Amount to jump forward.
==== Description ====
Jumps forward in the current script a specified amount. The jump begins just after the jump opcode itself and then skips the specified number of bytes. Unlike [[FF7/Field/Script/Opcodes/10 JMPF|JMPF]], this jump command allows jumps longer than 0xFF bytes.