FF7/Field/Script/Opcodes/33 UC

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Revision as of 12:34, 4 April 2018 by my_wiki>BukTop (5 revisions imported)
  • Opcode: 0x33
  • Short name: UC
  • Long name: Character movability

Memory layout

0x33 S

Arguments

  • const UByte S: On/off switch (0/1, respectively).

Description

Disables or enables the movability of the playable character, and hides arrows and the hand pointer. If switched to off (1), the player cannot move the character using the directional buttons until a corresponding UC (0) is called, at which point the arrows and hand pointer return.