FF7/WorldMap Module/Script/Opcodes/309

From Final Fantasy Inside
< FF7‎ | WorldMap Module‎ | Script‎ | Opcodes
Revision as of 17:28, 5 August 2014 by my_wiki>Aali (Created page with "* Opcode: '''0x309''' * Name: set active entity coordinates in mesh * Two-word opcode: No ==== Parameters ==== {| border="1" cellspacing="1" cellpadding="3" style="border: 1...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Opcode: 0x309
  • Name: set active entity coordinates in mesh
  • Two-word opcode: No

Parameters

Location Name Description
Stack X X coordinate in mesh
Stack Y Y coordinate in mesh

Notes

Sets the active entity's coordinates within its mesh, X and Y are numbers between 0 and 8192 (the size of one mesh).

World coordinates can be calculated as mesh coordinates << 13 + coordinates in mesh or mesh coordinates << 13 | coordinates in mesh (coordinates in mesh can be thought of as the lower 13 bits while mesh coordinates are the upper bits).