![]()  | 
Routines | 
| Prev: EE73 | Up: Map | Next: EE9C | 
| 
 | 
||||
| 
 
Are any of the variations of the amulet in the current room/ players inventory?
 
 | 
||||
| Process_ExamineAmulet | EE8D | LD HL,$E3A6 | Call CheckItemGroupPresent with Data_ItemGroup_Amulet. | |
| EE90 | CALL CheckItemGroupPresent | |||
| 
 
The player wants to examine the amulet but is it in their inventory?
 
 | 
||||
| EE93 | CALL IsPlayerCarryingItem | Call IsPlayerCarryingItem. | ||
| 
 
Print "It is cut from a precious stone.
Images are reflected brightly
in its polished facets.
It is some sort of talisman."
 
 | 
||||
| EE96 | LD HL,$D114 | HL=Messaging_CutFromPreciousStone. | ||
| EE99 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. | ||
| Prev: EE73 | Up: Map | Next: EE9C |