FF8/Field/Script/Opcodes/003 JPF

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Revision as of 03:24, 24 March 2018 by my_wiki>Albeoris (Created page with "* Opcode: '''0x03''' * Short name: '''JPF''' * Long name: Jump Forward with condition ==== Argument ==== Number of instructions to jump forward. (in Deling's editor, this...")
  • Opcode: 0x03
  • Short name: JPF
  • Long name: Jump Forward with condition

Argument

Number of instructions to jump forward. (in Deling's editor, this is just a label)

Stack

Condition
JPF

Description

Jump forward a number of instructions given by the Argument if condition is equal to 0. Else does nothing. The condition is always popped from the stack.