This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
super_mario_64:animation [2016/04/09 04:12] queueram created |
super_mario_64:animation [2025/10/18 21:21] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======== Animation ======== | ======== Animation ======== | ||
| - | [[Behavior Commands#Set Word|Behavior command 0x27]] with address byte = 0x26 (addressA = 0x120) adjust animation pointers to segmented addresses. | + | [[sm64:behavior_commands#Set Word|Behavior command 0x27]] with address byte = 0x26 (addressA = 0x120) adjust animation pointers to segmented addresses. |
| ===== Animation Header ===== | ===== Animation Header ===== | ||
| Line 10: | Line 10: | ||
| | 02-03 | ? | unknown | | | 02-03 | ? | unknown | | ||
| | 04-07 | ? | empty? | | | 04-07 | ? | empty? | | ||
| - | | 08-09 | <color darkgreen>F</color> | frame count) | | + | | 08-09 | <color darkgreen>F</color> | frame count | |
| | 0A-0B | <color darkblue>N</color> | node count (every 0x13 command opens one node, nodes are attached to the previous node by 0x04 commands) | | | 0A-0B | <color darkblue>N</color> | node count (every 0x13 command opens one node, nodes are attached to the previous node by 0x04 commands) | | ||
| | 0C-0F | <color purple>V</color> | segmented pointer to transformation values | | | 0C-0F | <color purple>V</color> | segmented pointer to transformation values | | ||
| Line 78: | Line 78: | ||
| ===== See Also ===== | ===== See Also ===== | ||
| - | [[Behavior Commands]] | + | [[sm64:behavior_commands]] |
| ===== References ===== | ===== References ===== | ||
| * https://sites.google.com/site/kazemario64/animations | * https://sites.google.com/site/kazemario64/animations | ||