Prev: 29131 Up: Map Next: 29184
29165: Store Entity
Used by the routines at 25368, 26163, 27410 and 28476.
StoreEntity 29165 LD A,(IX+1) Copy actor X position to active actor X position.
29168 LD (24096),A
29171 LD A,(IX+2) Copy actor Y position to active actor Y position.
29174 LD (24097),A
29177 LD A,(IX+0) Copy actor movement to active actor movement.
29180 LD (24098),A
29183 RET Return.
View the equivalent code in;
Prev: 29131 Up: Map Next: 29184