Prev: C3D0 Up: Map Next: C3EA
C3E4: 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 C3E4 CALL ObjectEventLocator Call ObjectEventLocator.
C3E7 CP $01 Compare A with 01 (inventory).
C3E9 RET Return.
Prev: C3D0 Up: Map Next: C3EA