Difference between revisions of "FF8/Field/Script/Opcodes/06D KEYSCAN"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
(Created page with "* Opcode: '''0x06D''' * Short name: '''KEYSCAN''' * Long name: Scan for pressed key ==== Argument ==== none ==== Stack ==== :''Key flags'' :'''KEYSCAN''' ====Key Flags====...")
 
my_wiki>Shard
(Key Flags: Derp, that's not a power of 2)
Line 12: Line 12:
  
 
====Key Flags====
 
====Key Flags====
:192: OK/Accept
 
  
 
==== Description ====
 
==== Description ====
  
 
Writes 1 to temporary variable 0 (access with PSHI_L 0) if the user is pressing any of the indicated keys. 0 otherwise.
 
Writes 1 to temporary variable 0 (access with PSHI_L 0) if the user is pressing any of the indicated keys. 0 otherwise.

Revision as of 11:46, 7 March 2014

  • Opcode: 0x06D
  • Short name: KEYSCAN
  • Long name: Scan for pressed key

Argument

none

Stack

Key flags
KEYSCAN

Key Flags

Description

Writes 1 to temporary variable 0 (access with PSHI_L 0) if the user is pressing any of the indicated keys. 0 otherwise.