Prev: 44830 Up: Map Next: 44857
44849: Check Item In Current Room
Input
A Item ID
Output
F Z flag is set if the item is in the current room
Fetch the room ID of the requested item using the table at Table_ItemLocations.
CheckItemInCurrentRoom 44849 CALL ItemLocator Call ItemLocator.
44852 LD HL,42947 Compare the room ID with *CurrentRoom.
44855 CP (HL)
44856 RET Return.
Prev: 44830 Up: Map Next: 44857