![]()  | 
Routines | 
| Prev: ECE8 | Up: Map | Next: ED07 | 
| 
 | 
||||
| Process_EnterSmallClearing | ECEF | LD A,$6A | Call CheckObjectInInventory with item 6A: "A torc (worn)". | |
| ECF1 | CALL CheckObjectInInventory | |||
| ECF4 | RET NZ | Return if "A torc (worn)" is not in the players inventory. | ||
| ECF5 | LD A,$3D | Call ItemLocator with item 3D: "A young woman". | ||
| ECF7 | CALL ItemLocator | |||
| ECFA | CP $24 | Return if "A young woman" is not in room 24: Inside The Hut. | ||
| ECFC | RET NZ | |||
| ECFD | CALL Response_TorcWarmsUpAsYouLook | Call Response_TorcWarmsUpAsYouLook. | ||
| 
 
Print "toward the hut.".
 
 | 
||||
| ED00 | LD HL,$E00F | HL=Messaging_TowardHut. | ||
| ED03 | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
| ED06 | RET | Return. | ||
| Prev: ECE8 | Up: Map | Next: ED07 |