Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

MOTHER 3/Known script sequences: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "==Visual== ===Camera=== ====Panning==== [01 XXXXXX] [01 YYYYYY] [01 TTTTTT] [04 00 40 00] [00 00 AAAA] [05 00 D6 16] ([01 DDDDDD] [04 00 00 00]) Required: * <tt>XXXXXX</tt...")
 
Line 14: Line 14:
Optional:
Optional:
* <tt>DDDDDD</tt> = Delay until continuing with parsing. This is typically included so that text doesn't begin showing up while the camera is still panning.
* <tt>DDDDDD</tt> = Delay until continuing with parsing. This is typically included so that text doesn't begin showing up while the camera is still panning.
Example: when talking to the Magypsies for the first time, this script occurs when panning the screen towards Mixolydia:
$1280E58: [01 D8 00 00] [01 C0 00 00] [01 40 00 00] [04 00 40 00] [00 00 0F 00] [05 00 D6 16] [01 40 00 00] [04 00 00 00]

Revision as of 04:32, 6 August 2013

Visual

Camera

Panning

[01 XXXXXX] [01 YYYYYY] [01 TTTTTT] [04 00 40 00] [00 00 AAAA] [05 00 D6 16] ([01 DDDDDD] [04 00 00 00])

Required:

  • XXXXXX = X destination
  • YYYYYY = Y destination
  • TTTTTT = Transition period (proportional to 1/speed)
  • AAAA = Unknown; 0x000F has been observed

Optional:

  • DDDDDD = Delay until continuing with parsing. This is typically included so that text doesn't begin showing up while the camera is still panning.

Example: when talking to the Magypsies for the first time, this script occurs when panning the screen towards Mixolydia:

$1280E58: [01 D8 00 00] [01 C0 00 00] [01 40 00 00] [04 00 40 00] [00 00 0F 00] [05 00 D6 16] [01 40 00 00] [04 00 00 00]