Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/328"
Jump to navigation
Jump to search
Qhimm>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...") |
ffrtt>BukTop m (4 revisions imported) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* Opcode: '''0x328''' | * Opcode: '''0x328''' | ||
* Name: | * Name: set active entity direction | ||
* Two-word opcode: No | * Two-word opcode: No | ||
Line 11: | Line 11: | ||
|- | |- | ||
| Stack | | Stack | ||
| | | Direction | ||
| | | 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]] does. |
Latest revision as of 04:21, 23 May 2019
- 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 does.