![]() |
Routines |
| Prev: 7308 | Up: Map | Next: 733A |
|
Used by the routines at 6498, 651F, 66C7, 66EB, 6707, AnimateExplosion, 6C2F, MeteorUpdate, JetmanThrust and JetmanWalk.
|
||||
| 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 |