Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/328"

From Final Fantasy Inside
Jump to navigation Jump to search
my_wiki>Aali
(Created page with "* Opcode: '''0x328''' * Name: unknown * Two-word opcode: No ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1px solid black; border-collaps...")
 
my_wiki>Aali
Line 1: Line 1:
 
* Opcode: '''0x328'''
 
* Opcode: '''0x328'''
* Name: unknown
+
* Name: set active entity direction
 
* Two-word opcode: No
 
* Two-word opcode: No
  
Line 11: Line 11:
 
|-
 
|-
 
| Stack
 
| Stack
| Unknown
+
| Direction
| Unknown
+
| Value between 0 and 255
 
|}
 
|}
  
 
==== Notes ====
 
==== Notes ====
 +
 +
Sets the direction of movement of the current active entity. Does not make the entity face the direction of movement like [[FF7/WorldMap Module/Script/Opcodes/304|304]].

Revision as of 06:22, 7 August 2014

  • Opcode: 0x328
  • Name: set active entity direction
  • Two-word opcode: No

Parameters

Location Name Description
Stack Direction Value between 0 and 255

Notes

Sets the direction of movement of the current active entity. Does not make the entity face the direction of movement like 304.