Prev: BA14 Up: Map Next: BB24
BB0B: Store Entity
Input
IX Actor Entity
This is @todo.
StoreEntity BB0B LD A,(IX+$03) Copy actor X position to active actor X position at Saved_X.
BB0E LD ($96A0),A
BB11 LD A,(IX+$04) Copy actor Y position to active actor Y position at Saved_Y.
BB14 LD ($96A1),A
BB17 LD A,(IX+$00) Copy actor movement to active actor movement at Saved_Frame.
BB1A LD ($969F),A
BB1D LD A,(IX+$01) Copy actor movement to active actor movement at Saved_Room.
BB20 LD ($96A2),A
BB23 RET Return.
View the equivalent code in;
Prev: BA14 Up: Map Next: BB24