Prev: 60850 Up: Map Next: 60880
60856: Routine at EDB8
60856 CALL CheckObjectInInventory Call CheckObjectInInventory.
Print "You're not carrying ".
60859 LD HL,43675 HL=Messaging_YoureNotCarrying.
60862 JP NZ,60798 Jump to 60798 if *HL is not equal to 1.
This entry point is used by the routines at 61612 and Process_DropAmulet.
60865 LD B,E B=E.
60866 LD A,(42947) C=*CurrentRoom.
60869 LD C,A
60870 CALL 44808 Call 44808.
60873 LD HL,42896 Decrease *Count_InventoryItems by one.
60876 DEC (HL)
Print "O.K.".
60877 JP Response_OK_Duplicate Jump to Response_OK_Duplicate.
Prev: 60850 Up: Map Next: 60880