Difference between revisions of "CameraSpeedCurve"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
= {63} =
 
= {63} =
{{IE_63_desc}}
+
This instruction writes a value to 0x80166054; a value which is read every time a Camera instruction starts. Seems to affect the camera's acceleration; {63}(rC9) will cause it to go faster at the start of the movement, and decelerate towards the end.
  
 +
See https://youtu.be/APidxwgtGSk for an example.
  
 
See also: [[Event_Instruction_19|{19} {{IE_19}}]]
 
See also: [[Event_Instruction_19|{19} {{IE_19}}]]

Revision as of 21:23, 8 November 2020

{63}

This instruction writes a value to 0x80166054; a value which is read every time a Camera instruction starts. Seems to affect the camera's acceleration; {63}(rC9) will cause it to go faster at the start of the movement, and decelerate towards the end.

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

See also: {19} Camera