If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/Known script sequences: Difference between revisions
< Mother 3
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...") |
(→Visual) |
||
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]