Prev: 6bf8 Up: Map Next: 6cbe
6cb0: Update Actor direction.
Used by the routines at 63a3, 6a35, 6ab8, 6bf8 and 6cbe.
Input
IX Actor object.
6cb0 call $72ef Update Actor position direction
6cb3 ld a,(ix+$00) Actor direction
6cb6 and $c0
6cb8 or $03
6cba ld ($5dc2),a
6cbd ret
Prev: 6bf8 Up: Map Next: 6cbe