Difference between revisions of "FF8/Field/Script/Opcodes/0E8 RND"
Jump to navigation
Jump to search
Qhimm>Shard (Created page with "* Opcode: '''0x0E8''' * Short name: '''RND''' * Long name: Random ==== Argument ==== none ==== Stack ==== none ==== Description ==== Pushes a random number into temp variable...") |
ffrtt>BukTop m (3 revisions imported) |
||
(3 intermediate revisions by 3 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 | ==== Description ==== | ||
Pushes a random number into temp variable 0 in the range [0-255]. |
Latest revision as of 04: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].