30
edits
(→Sound) |
(→Sound) |
||
Line 156: | Line 156: | ||
Update (?) commands: | Update (?) commands: | ||
* 0F 00 00 09 00 14 15 00 00 00 1B 1B 0F 0F 0F 0F | * 0F 00 00 09 00 14 15 00 00 00 1B 1B 0F 0F 0F 0F | ||
To make matters worse, each command automatically chains to another after a set number of frames: | |||
00 -> xx | |||
01 -> xx | |||
02 -> xx | |||
03 -> xx | |||
04 -> 17 (3) | |||
05 -> xx | |||
06 -> 07 (3) | |||
07 -> xx | |||
08 -> xx | |||
09 -> 0A (5) | |||
0A -> 09 (8) | |||
0B -> 0C (3) | |||
0C -> 00 (0?) | |||
0D -> 00 (0?) | |||
0E -> 00 (0) | |||
0F -> 00 (0) | |||
10 -> 11 (2) | |||
11 -> 12 (2) | |||
12 -> 11 (2) | |||
13 -> 03 (0)? | |||
14 -> xx | |||
15 -> xx | |||
16 -> 18 (3) | |||
17 -> 00 (0)? | |||
18 -> 19 (3) | |||
19 -> 00 (0)? | |||
1A -> 00 (0)? | |||
1B -> 00 (0)? | |||
Behavior of each command has not yet been determined |
edits