Prev: 47636 Up: Map Next: 47908
47883: Store Entity
Input
IX Actor Entity
This is @todo.
StoreEntity 47883 LD A,(IX+3) Copy actor X position to active actor X position at Saved_X.
47886 LD (38560),A
47889 LD A,(IX+4) Copy actor Y position to active actor Y position at Saved_Y.
47892 LD (38561),A
47895 LD A,(IX+0) Copy actor movement to active actor movement at Saved_Frame.
47898 LD (38559),A
47901 LD A,(IX+1) Copy actor movement to active actor movement at Saved_Room.
47904 LD (38562),A
47907 RET Return.
View the equivalent code in;
Prev: 47636 Up: Map Next: 47908