Changes
From Final Fantasy Inside
no edit summary
* Opcode: '''0x99'''
* Short name: '''RANDOM'''
* Long name: Random
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x99
! width="40" | ''B''
! width="40" | ''A''
|}
==== Arguments ====
* '''const UByte''' ''B'': Destination bank
* '''const UByte''' ''A'': Destination address
==== Description ====
Places a random value into the destination bank and address specified.
* Short name: '''RANDOM'''
* Long name: Random
==== Memory layout ====
{| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collapse: collapse;"
! width="40" | 0x99
! width="40" | ''B''
! width="40" | ''A''
|}
==== Arguments ====
* '''const UByte''' ''B'': Destination bank
* '''const UByte''' ''A'': Destination address
==== Description ====
Places a random value into the destination bank and address specified.