FF7 / Field / Script / Opcodes / 11 JMPFL
From QhimmWiki
- Opcode: 0x11
- Short name: JMPFL
- Long name: Jump forward (long)
[edit]
Memory layout
| 0x11 | A |
|---|
[edit]
Arguments
- const UShort A: Amount to jump forward.
[edit]
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.

