Prev: 763A Up: Map Next: 76E3
76D0: Test...
Used by the routines at 64E8, 65E8, 68C4, 6C7A, 6D87, 6E25 and GamePlayEntry.
76D0 LD A,(IX+$01) Copy actor X position to active actor X position.
76D3 LD ($5F14),A
76D6 LD A,(IX+$02) Copy actor Y position to active actor Y position.
76D9 LD ($5F15),A
76DC LD A,(IX+$00) Copy actor movement to active actor movement.
76DF LD ($5F16),A
76E2 RET Return.
Prev: 763A Up: Map Next: 76E3