Difference between revisions of "FF7/Field/Script/Opcodes/39 GOLDu"
Jump to navigation
Jump to search
Qhimm>Synergy Blades m (cap) |
Qhimm>Synergy Blades m (cap) |
(No difference)
|
Revision as of 01:53, 8 September 2006
- Opcode: 0x39
- Short name: GOLDu
- Long name: Gil Up
Memory layout
0x39 | 0 | A |
---|
0x39 | B | A | 0 |
---|
Arguments
Increase by a constant amount:
- const UByte 0: Zero.
- const ULong A: Amount to increase.
Increase by an amount found in memory:
- const UByte B: Source bank.
- const UByte A: Source address.
- const UByte[3] 0: Three zero bytes.
Description
Increases the amount of gil by a constant amount, or by an amount found in the source bank B and address A.
The total gil is capped above by 0xFFFFFFFF; attempts to increment further will fail.