Anonymous

Changes

From Final Fantasy Inside

FF7/WorldMap Module/Script/Opcodes/308

No change in size, 05:21, 23 May 2019
m
5 revisions imported
==== Notes ====
Sets the active entity's mesh coordinates, X is a number between 0 and 36 35 (for 9 MAP blocks with 4 meshes each) while Z is a number between 0 and 28 27 (for 7 MAP blocks with 4 meshes each).
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).