Difference between revisions of "FF8/Field/Script/Opcodes/06E KEYON"

From Final Fantasy Inside
< FF8‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Shard
m (Description)
my_wiki>Albeoris
(Created page with "* Opcode: '''0x06E''' * Short name: '''KEYON''' * Long name: Enable Key ==== Argument ==== none ==== Stack ==== : ''Key Flags'' : '''KEYON''' ==== Description ====...")
Line 3: Line 3:
 
* Long name: Enable Key
 
* Long name: Enable Key
  
==== Argument ====
+
==== Argument ====
 +
 
 
none
 
none
  
==== Stack ====
+
==== Stack ====
:''Key Flags''
+
 
:'''KEYON'''
+
: ''Key Flags''
 +
: '''KEYON'''
 +
 
 +
====  Description  ====
  
==== Description ====
+
Enables certain keys to be pressed after they are otherwise disabled (for example with [[FF8/Script/Opcodes/04E_UCOFF|UCOFF]]). See some other page for the key values (will edit later)
Enables certain keys to be pressed after they are otherwise disabled (for example with [[FF8/Script/Opcodes/04E_UCOFF|UCOFF]]). See [[FF8/Field/Script/Opcodes/06D_KEYSCAN|KEYSCAN]] for the key codes
 

Revision as of 15:20, 24 March 2018

  • Opcode: 0x06E
  • Short name: KEYON
  • Long name: Enable Key

Argument

none

Stack

Key Flags
KEYON

Description

Enables certain keys to be pressed after they are otherwise disabled (for example with UCOFF). See some other page for the key values (will edit later)