Prev: 30106 Up: Map Next: 30156
30137: Store Entity
Used by the routines at 25837, AnimateExplosion, 26278, 27023, 27112, 27600, 27731, 27916, 28090, 28370, 28401 and 29210.
StoreEntity 30137 LD A,(IX+1) Copy actor X position to active actor X position.
30140 LD (24075),A
30143 LD A,(IX+2) Copy actor Y position to active actor Y position.
30146 LD (24076),A
30149 LD A,(IX+0) Copy actor movement to active actor movement.
30152 LD (24077),A
30155 RET Return.
View the equivalent code in;
Prev: 30106 Up: Map Next: 30156