FF7/Field/Script/Opcodes/99 RANDOM
< FF7 | Field | Script | Opcodes
Jump to navigation
Jump to search
Revision as of 19:50, 7 September 2006 by my_wiki>Synergy Blades (8/16-bit clarification)
- Opcode: 0x99
- Short name: RANDOM
- Long name: Random
Memory layout
0x99 | B | A |
---|
Arguments
- const UByte B: Destination bank
- const UByte A: Destination address
Description
Places a random 8-bit value into the destination bank and address specified. If you specify a 16-bit bank, only the lower byte is randomised.