Difference between revisions of "FF7/Field/Script/Opcodes/13 JMPBL"
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: 0x13
- Short name: JMPBL
- Long name: Jump back (long)
Memory layout
0x10 | A |
---|
Arguments
- const UShort 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.