Difference between revisions of "FF7/WorldMap Module/Script/Opcodes/302"
< FF7 | WorldMap Module | Script | Opcodes
Jump to navigation
Jump to search
my_wiki>Aali (Created page with "* Opcode: '''0x302''' * Name: move active entity to top of entity list? * Two-word opcode: No ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="borde...") |
m (3 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
* Opcode: '''0x302''' | * Opcode: '''0x302''' | ||
− | * Name: | + | * Name: set player entity |
* Two-word opcode: No | * Two-word opcode: No | ||
Line 13: | Line 13: | ||
==== Notes ==== | ==== Notes ==== | ||
− | + | This instruction will make the current active entity the "player" entity, any instructions that operate on the player entity will now affect this entity instead. Probably affects camera and controls but this has not yet been verified. |
Latest revision as of 05:21, 23 May 2019
- Opcode: 0x302
- Name: set player entity
- Two-word opcode: No
Parameters
Location | Name | Description |
---|
Notes
This instruction will make the current active entity the "player" entity, any instructions that operate on the player entity will now affect this entity instead. Probably affects camera and controls but this has not yet been verified.