![]()  | 
Routines | 
| Prev: EEA7 | Up: Map | Next: EEC5 | 
| 
 | 
||||
| 
 
Are any of the variations of the torc in the current room/ players inventory?
 
 | 
||||
| Process_ExamineTorc | EEB6 | LD HL,$E366 | Call CheckItemGroupPresent with Data_ItemGroup_Torc. | |
| EEB9 | CALL CheckItemGroupPresent | |||
| 
 
The player wants to examine the torc but is it in their inventory?
 
 | 
||||
| EEBC | CALL IsPlayerCarryingItem | Call IsPlayerCarryingItem. | ||
| 
 
Print "This neck ring is fashioned from
gleaming bronze."
 
 | 
||||
| EEBF | LD HL,$D1FF | HL=Messaging_NeckRingBronze. | ||
| EEC2 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. | ||
| Prev: EEA7 | Up: Map | Next: EEC5 |