Prev: 54348 Up: Map Next: 54398
54383: Move entity at IX into room to right of its current room and update position of carried entity if moving entity is Berk
Used by the routines at 48593, 54283 and 54313.
Input
IX Address of complex state data for an entity
54383 CALL 54398 Set character's position to be left-hand side of new room to right
54386 CALL 54456 Paint red areas outside current character's room if IX points to current character's complex state data
54389 BIT 7,(IX+9) If entity is Berk and his moving-upwards flag (floating) is set...
54393 RET NZ ...then return
54394 CALL 48727 If entity is Berk then move carried entity to Berk's right as he faces right
54397 RET Return
Prev: 54348 Up: Map Next: 54398