Prev: 71CB Up: Map Next: 7200
71ED: Store Entity
Used by the routines at 6318, 6633, 6B12 and 6F3C.
StoreEntity 71ED LD A,(IX+$01) Copy actor X position to active actor X position.
71F0 LD ($5E20),A
71F3 LD A,(IX+$02) Copy actor Y position to active actor Y position.
71F6 LD ($5E21),A
71F9 LD A,(IX+$00) Copy actor movement to active actor movement.
71FC LD ($5E22),A
71FF RET Return.
View the equivalent code in;
Prev: 71CB Up: Map Next: 7200