![]() |
Routines |
| Prev: 29448 | Up: Map | Next: 29498 |
|
Used by the routines at 25752, 25887, 26311, 26347, 26375, AnimateExplosion, 27695, MeteorUpdate, JetmanThrust and JetmanWalk.
|
||||
| StoreEntity | 29479 | LD A,(IX+1) | Copy actor X position to active actor X position. | |
| 29482 | LD (24000),A | |||
| 29485 | LD A,(IX+2) | Copy actor Y position to active actor Y position. | ||
| 29488 | LD (24001),A | |||
| 29491 | LD A,(IX+0) | Copy actor movement to active actor movement. | ||
| 29494 | LD (24002),A | |||
| 29497 | RET | Return. | ||
|
View the equivalent code in;
|
||||
| Prev: 29448 | Up: Map | Next: 29498 |