Prev: 50128 Up: Map Next: 50154
50148: Is Object In Inventory?
Input
A Object ID
Output
F Z flag set if object is in the players inventory
The ObjectEventLocator routine returns with A containing the room ID of the requested object.
CheckObjectInInventory 50148 CALL ObjectEventLocator Call ObjectEventLocator.
50151 CP 1 Compare A with 1 (inventory).
50153 RET Return.
Prev: 50128 Up: Map Next: 50154