Difference between revisions of "FF7/Field/Script/Opcodes/33 UC"

From Final Fantasy Inside
< FF7‎ | Field‎ | Script‎ | Opcodes
Jump to navigation Jump to search
my_wiki>Halkun
(Description)
my_wiki>Halkun
Line 15: Line 15:
 
Disables or enables the movability of the playable character. If switched to off (1), the player cannot move the character using the directional buttons until a corresponding UC (0) is called.
 
Disables or enables the movability of the playable character. If switched to off (1), the player cannot move the character using the directional buttons until a corresponding UC (0) is called.
  
*Note
+
===== NOTES =====
 
It would seem that when UC is on, one-shot initialization such as XYZI are "reset" and work again.
 
It would seem that when UC is on, one-shot initialization such as XYZI are "reset" and work again.

Revision as of 02:03, 5 September 2006

  • 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. If switched to off (1), the player cannot move the character using the directional buttons until a corresponding UC (0) is called.

NOTES

It would seem that when UC is on, one-shot initialization such as XYZI are "reset" and work again.