Changes

Jump to navigation Jump to search

FF7/WorldMap Module/Script/Opcodes/312

No change in size, 05:21, 23 May 2019
m
3 revisions imported
==== Notes ====
Sets the active point's coordinates within its mesh, X and Z are numbers between 0 and 8192 8191 (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).

Navigation menu