Prev: 60606 Up: Map Next: 60679
60655: Routine at ECEF
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 44753 with item 61: "A young woman".
60663 CALL 44753
60666 CP 36 Return if "A young woman" is not in room 36: Inside The Hut.
60668 RET NZ
60669 CALL 60648 Call 60648.
Print "toward the hut.".
60672 LD HL,57359 HL=Messaging_TowardHut.
60675 CALL PrintStringAndNewline Call PrintStringAndNewline.
60678 RET Return.
Prev: 60606 Up: Map Next: 60679