708
edits
mNo edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
| BGCOLOR="#FFC8C8" | 2F 00 | | BGCOLOR="#FFC8C8" | 2F 00 | ||
| 47 | | 47 | ||
| ALIGN=LEFT | animation state | | ALIGN=LEFT | from state, animation state from anim_states.[[StNA]] | ||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | ||
| BGCOLOR="#FFFFC8" | 06 00 | | BGCOLOR="#FFFFC8" | 06 00 | ||
| 6 | | 6 | ||
| ALIGN=LEFT | | | ALIGN=LEFT | shortcut length in frames | ||
|- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | |- ALIGN=CENTER VALIGN=TOP BGCOLOR="#FFEEDD" | ||
| BGCOLOR="#C8FFC8" | 00 00 | | BGCOLOR="#C8FFC8" | 00 00 00 00 | ||
| 0 | | 0 | ||
| ALIGN=LEFT | unknown | | ALIGN=LEFT | unknown, bitset, only first bit used in Oni | ||
|} | |} | ||
;From state | |||
:Similar to "from state" from [[TRAM]]. Shortcuts are used to create a [[TRAC]] at runtime and animation lookup will use this "from state". | |||
;Shortcut length | |||
:When a shortcut is used to transition to another animation then "shortcut length" frames will be generated interpolating the last frame of the previous animation and the start frame of the next animation. | |||
edits