CameraSpeedCurve

From Final Fantasy Hacktics Wiki
Revision as of 03:39, 12 November 2020 by Nyzer (talk | contribs) (→‎{63})
Jump to navigation Jump to search

{63}

CameraSpeedCurve(xPA)

Sets the acceleration strength and type of the next Camera instruction. The first digit affects the strength; a value of 0 is unnoticeable, a value of F is the most noticeable. The second digit determines the type of acceleration: None, Immediate, or Delayed.

See https://youtu.be/APidxwgtGSk for an example of this.

Acceleration types:

  • None X0, X4, X5, X6, X7, X8, XC
  • Immediate X1, X9, XD
  • Delayed X2, X3, XA, XB, XE, XF

There doesn't seem to be a noticeable difference aside from the three types, so either there is/was a secondary purpose to all the redundant values, or they're purely redundant, random values.


See also: {19} Camera