Difference between revisions of "FF7/Field/Script/Opcodes/7A INC!"
Jump to navigation
Jump to search
my_wiki>BukTop m (1 revision imported) |
m (2 revisions imported) |
(No difference)
|
Latest revision as of 05:17, 23 May 2019
- Opcode: 0x7A
- Short name: INC!
- Long name: Saturated Increment (8-bit)
Memory layout
0x7A | 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 255.