Prev: 685d Up: Map Next: 6874
6868: Enable animation and reset frame count.
Used by the routine at 6874.
Input
A New direction value.
IX Animation object.
6868 ld (ix+$06),a Update direction
686b ld (ix+$00),$08 Set animating to "yes"
686f ld (ix+$04),$00 Reset frame count
6873 ret
Prev: 685d Up: Map Next: 6874