Prev: 30266 Up: Map Next: 30435
30416: Test...
Used by the routines at 25832, 26088, 26820, 27770, 28039, 28197 and GamePlay_Start.
30416 LD A,(IX+1) Copy actor X position to active actor X position.
30419 LD (24340),A
30422 LD A,(IX+2) Copy actor Y position to active actor Y position.
30425 LD (24341),A
30428 LD A,(IX+0) Copy actor movement to active actor movement.
30431 LD (24342),A
30434 RET Return.
Prev: 30266 Up: Map Next: 30435