Prev: 60655 Up: Map Next: 60695
60679: Process: Enter Swamp #02
Process_EnterSwamp_02 60679 LD A,106 Call CheckObjectInInventory with item 106: "A torc (worn)".
60681 CALL CheckObjectInInventory
60684 RET NZ Return if "A torc (worn)" is not in the players inventory.
60685 CALL Response_TorcWarmsUpAsYouLook Call Response_TorcWarmsUpAsYouLook.
Print "North.".
60688 LD HL,57375 HL=Messaging_North_Duplicate.
60691 CALL PrintStringAndNewline Call PrintStringAndNewline.
60694 RET Return.
Prev: 60655 Up: Map Next: 60695