Prev: 44753 Up: Map Next: 44768
44762: Is Object In Inventory?
Used by the routines at 60327, 60578, 60655, 60679, 60695, 60711, 60727, 60743, 60768 and 62380.
Input
A Object ID
Output
F Z flag set if object is in the players inventory
The 44753 routine returns with A containing the room ID of the requested object.
CheckObjectInInventory 44762 CALL 44753 Call 44753.
44765 CP 1 Compare A with 1 (inventory).
44767 RET Return.
Prev: 44753 Up: Map Next: 44768