Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/A6 XYI

1 byte added, 05:18, 23 May 2019
m
3 revisions imported
* '''const Short''' ''X'': X-coordinate of the field object, or address of X-coordinate if ''B1'' is non-zero.
* '''const Short''' ''Y'': Y-coordinate of the field object, or address of Y-coordinate if ''B2'' is non-zero.
* '''const ShortUShort''' ''Z'': Triangle ID, or address of ID if ''B3'' is non-zero.
==== Description ====
Similar to [[FF7/Field/Script/Opcodes/A5 XYZI|XYZI]], but does not specify a Z-coordinate. This lack of Z-coordinate may be a problem when placing the object on a mesh that has multiple Z-levels on the same X- and Y-coordinates.