FF7 / Field / Script / Opcodes / 98 DEC2
From QhimmWiki
- Opcode: 0x98
- Short name: DEC2
- Long name: Decrement (16-bit)
[edit]
Memory layout
| 0x98 | B | A |
|---|
[edit]
Arguments
- const UByte B: Destination bank.
- const UByte A: Address.
[edit]
Description
Decrements the 16-bit value found at bank B, address A. If the value is 0x0000, it will roll over to 0xFFFF.

