FF7 / Field / Script / Opcodes / 7D DEC2!
From QhimmWiki
- Opcode: 0x7D
- Short name: DEC2!
- Long name: Saturated Decrement (16-bit)
[edit]
Memory layout
| 0x7D | 0/D | Dest |
|---|
[edit]
Arguments
- const Bit[4] D: Destination bank
- const UByte Dest: The destination address in the bank where the variable is Decremented.
[edit]
Description
Decreases the value in “Dest” by 1. The result is capped at -32768.

