FF7/Field/Script/Opcodes/7B INC2!

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 05:17, 23 May 2019 by BukTop (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Opcode: 0x7B
  • Short name: INC2!
  • Long name: Saturated Increment (16-bit)

Memory layout

0x7B 0/D Dest

Arguments

  • const Bit[4] D: Destination bank
  • const UByte Dest: The destination address in the bank where the variable is incremented.

Description

Increments the value in “Dest” by 1. The result is capped at 32767.