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

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
my_wiki>BukTop
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
* Opcode: '''0x11'''
 
* Opcode: '''0x11'''
* Short name: '''JMPFL'''
+
* Short name: '''LSKIP'''
 
* Long name: Jump forward (long)
 
* Long name: Jump forward (long)
  
Line 15: Line 15:
 
==== Description ====
 
==== 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.
+
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|SKIP]], this jump command allows jumps longer than 0xFF bytes.

Latest revision as of 15:42, 21 September 2025

  • Opcode: 0x11
  • Short name: LSKIP
  • 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 SKIP, this jump command allows jumps longer than 0xFF bytes.