![]() |
Routines |
Prev: 60850 | Up: Map | Next: 60880 |
Used by the routines at Process_DropSalt, Process_DropPot, Process_DropAcorns, Process_DropUrn, Process_DropTorc, Process_DropHelmet, Process_DropFood, Process_DropIron, Process_DropVase, Process_DropSword, Process_DropMeat, Process_DropRope, Process_DropSkull, Process_DropShield, Process_DropLadder, Process_DropStaff, Process_DropCloak and Process_DropSilver.
|
||||
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 |