Anonymous

Changes

From Final Fantasy Inside

FF8/Field/Script/Opcodes/003 JPF

51 bytes added, 05:22, 23 May 2019
m
7 revisions imported
* Long name: Jump Forward with condition
==== Argument ====
Number of instructions to jump forward.(in Deling's editor, this is just a label)
==== Stack ====
..., : ''conditionCondition'': '''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.