Prev: EDB2 Up: Map Next: EDD0
EDB8: Routine at EDB8
EDB8 CALL CheckObjectInInventory Call CheckObjectInInventory.
Print "You're not carrying ".
EDBB LD HL,$AA9B HL=Messaging_YoureNotCarrying.
EDBE JP NZ,$ED7E Jump to ED7E if *HL is not equal to 01.
This entry point is used by the routines at F0AC and Process_DropAmulet.
EDC1 LD B,E B=E.
EDC2 LD A,($A7C3) C=*CurrentRoom.
EDC5 LD C,A
EDC6 CALL $AF08 Call AF08.
EDC9 LD HL,$A790 Decrease *Count_InventoryItems by one.
EDCC DEC (HL)
Print "O.K.".
EDCD JP Response_OK_Duplicate Jump to Response_OK_Duplicate.
Prev: EDB2 Up: Map Next: EDD0