Prev: 7308 Up: Map Next: 733A
7327: Store Entity
Used by the routines at 6498, 651F, 66C7, 66EB, 6707, 68B1, 6C2F, 6DD3, JetmanThrust and 7571.
StoreEntity 7327 LD A,(IX+$01) Copy actor X position to active actor X position.
732A LD ($5DC0),A
732D LD A,(IX+$02) Copy actor Y position to active actor Y position.
7330 LD ($5DC1),A
7333 LD A,(IX+$00) Copy actor movement to active actor movement.
7336 LD ($5DC2),A
7339 RET Return.
View the equivalent code in;
Prev: 7308 Up: Map Next: 733A