Prev: 60711 Up: Map Next: 60743
60727: Process: Enter Swamp #04
Process_EnterSwamp_04 60727 LD A,106 Call CheckObjectInInventory with item 106: "A torc (worn)".
60729 CALL CheckObjectInInventory
60732 RET NZ Return if "A torc (worn)" is not in the players inventory.
60733 CALL Response_TorcWarmsUpAsYouLook Call Response_TorcWarmsUpAsYouLook.
Print "West.".
60736 LD HL,57415 HL=Messaging_West.
60739 CALL PrintStringAndNewline Call PrintStringAndNewline.
60742 RET Return.
Prev: 60711 Up: Map Next: 60743