Prev: CB00 Up: Map Next: CB5B
CB4C: Servant has dropped a held item
Used by the routine at CB00.
Jump here from CB2A if the servant spell is deactivated while holding an item
CB4C LD A,($EB4E) Item properties byte
CB4F OR $0C Set bits 2 (4) - indicating item will need erasing (as it's moving) - and 3 (8) - indicating that the item is flying/falling
CB51 AND $EF Reset bit 4 - indicates item is no longer held by the servant
CB53 LD ($EB4E),A
CB56 LD A,$00 Finally, reset the flag indicating that the servant is carrying an object
CB58 LD ($EBB1),A
Prev: CB00 Up: Map Next: CB5B