Difference between revisions of "FF7/Field/Script/Opcodes/13 JMPBL"

From QhimmWiki
Jump to navigation Jump to search
Qhimm>Synergy Blades
 
Qhimm>Synergy Blades
(No difference)

Revision as of 23:27, 17 August 2006

  • Opcode: 0x13
  • Short name: JMPBL
  • Long name: Jump back (long)

Memory layout

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