Prev: 759A Up: Map Next: 75CC
75B9: Store Entity
Used by the routines at 64ED, AnimateExplosion, 66A6, 698F, 69E8, 6BD0, 6C53, 6D0C, 6DBA, 6ED2, 6EF1 and 721A.
StoreEntity 75B9 LD A,(IX+$01) Copy actor X position to active actor X position.
75BC LD ($5E0B),A
75BF LD A,(IX+$02) Copy actor Y position to active actor Y position.
75C2 LD ($5E0C),A
75C5 LD A,(IX+$00) Copy actor movement to active actor movement.
75C8 LD ($5E0D),A
75CB RET Return.
View the equivalent code in;
Prev: 759A Up: Map Next: 75CC