Difference between revisions of "FF7/Field/Script/Opcodes/0F SPECIAL/F5 ARROW"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes‎ | 0F SPECIAL
Jump to navigation Jump to search
my_wiki>Synergy Blades
 
m (3 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
* Opcode: '''0x0FF5'''
 
* Opcode: '''0x0FF5'''
* Short name: '''SPECIAL: POINT'''
+
* Short name: '''SPECIAL: ARROW'''
* Long name: Special: Point Switch
+
* Long name: Special: Arrow Switch
  
 
==== Memory layout ====
 
==== Memory layout ====

Latest revision as of 05:14, 23 May 2019

  • Opcode: 0x0FF5
  • Short name: SPECIAL: ARROW
  • Long name: Special: Arrow Switch

Memory layout

0x0F 0xF5 S

Arguments

  • const UByte S: Switch on/off (0/1, respectively).

Description

Turns on or off the availability of the hand pointer that hovers above the playable character's head; this does not do the same as pressing the Assist button, but rather toggles whether the hand will appear when the user has the hand and arrows set to display. Other indicators that are available, such as the red/green arrows that are turned on or off along with the hand pointer, are not affected by this sub-opcode.