Difference between revisions of "FF7/Field/Script/Opcodes/11 JMPFL"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>BukTop
m (2 revisions imported)
m (3 revisions imported)
 
(No difference)

Latest revision as of 05:16, 23 May 2019

  • Opcode: 0x11
  • Short name: JMPFL
  • Long name: Jump forward (long)

Memory layout

0x11 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 JMPF, this jump command allows jumps longer than 0xFF bytes.