![]() |
Routines |
Prev: 60695 | Up: Map | Next: 60727 |
|
||||
Process_EnterSwamp_03 | 60711 | LD A,106 | Call CheckObjectInInventory with item 106: "A torc (worn)". | |
60713 | CALL CheckObjectInInventory | |||
60716 | RET NZ | Return if "A torc (worn)" is not in the players inventory. | ||
60717 | CALL Response_TorcWarmsUpAsYouLook | Call Response_TorcWarmsUpAsYouLook. | ||
Print "South & East.".
|
||||
60720 | LD HL,57401 | HL=Messaging_SouthEast. | ||
60723 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
60726 | RET | Return. |
Prev: 60695 | Up: Map | Next: 60727 |