Difference between revisions of "FF8/Field/Script/Opcodes/0E8 RND"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x0E8''' * Short name: '''RND''' * Long name: Random ==== Argument ==== none ==== Stack ==== none ==== Description ==== Pushes a random number into temp variable...")
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* Long name: Random
 
* Long name: Random
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
==== Stack ====
+
 
 +
==== Stack ====
 +
 
 
none
 
none
==== Description ====
+
 
Pushes a random number into temp variable 0 in the range <nowiki>[0-255]</nowiki>.
+
==== Description ====
 +
 
 +
Pushes a random number into temp variable 0 in the range [0-255].

Latest revision as of 05:24, 23 May 2019

  • Opcode: 0x0E8
  • Short name: RND
  • Long name: Random

Argument

none

Stack

none

Description

Pushes a random number into temp variable 0 in the range [0-255].