Prev: 60648 Up: Map Next: 60679
60655: Process: Enter Small Clearing
Process_EnterSmallClearing 60655 LD A,106 Call CheckObjectInInventory with item 106: "A torc (worn)".
60657 CALL CheckObjectInInventory
60660 RET NZ Return if "A torc (worn)" is not in the players inventory.
60661 LD A,61 Call ItemLocator with item 61: "A young woman".
60663 CALL ItemLocator
60666 CP 36 Return if "A young woman" is not in room 36: Inside The Hut.
60668 RET NZ
60669 CALL Response_TorcWarmsUpAsYouLook Call Response_TorcWarmsUpAsYouLook.
Print "toward the hut.".
60672 LD HL,57359 HL=Messaging_TowardHut.
60675 CALL PrintStringAndNewline Call PrintStringAndNewline.
60678 RET Return.
Prev: 60648 Up: Map Next: 60679