Prev: 72d0 Up: Map Next: 7302
72ef: Copy actor position/direction values to Actor.
Used by the routines at 6461, 64e8, 6523, 6690, 66b4, 66d0, 687a, 6cb0, 6d9c, 739e and 753c.
Input
IX Jetman object.
72ef ld a,(ix+$01) Actor X position = Jetman X position
72f2 ld ($5dc0),a
72f5 ld a,(ix+$02)
72f8 ld ($5dc1),a
72fb ld a,(ix+$00)
72fe ld ($5dc2),a
7301 ret
Prev: 72d0 Up: Map Next: 7302