Difference between revisions of "CameraSpeedCurve"
Jump to navigation
Jump to search
(→{63}) |
(→{63}) |
||
Line 1: | Line 1: | ||
= {63} = | = {63} = | ||
− | + | {{IE_63_ex}} | |
− | + | {{IE_63_desc}} | |
− | + | 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: [[Event_Instruction_19|{19} {{IE_19}}]] | See also: [[Event_Instruction_19|{19} {{IE_19}}]] |
Revision as of 03:39, 12 November 2020
{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