![]()  | 
Routines | 
| Prev: EE53 | Up: Map | Next: EE64 | 
| 
 | 
||||
| 
 
The player wants to examine the urn but is it in their inventory?
 
 | 
||||
| Process_ExamineUrn | EE59 | LD A,$1C | Call IsPlayerCarryingItem with item 1C: "An urn". | |
| EE5B | CALL IsPlayerCarryingItem | |||
| 
 
Print "It is sealed with wax.There is
an inscription on the side.
The inscription reads:-
"Herein lay the ashes of the
mighty Nemed. A ancient warrior
tribe,felled by sorcery wielded
by the Evil Ones."".
 
 | 
||||
| EE5E | LD HL,$CF79 | HL=Messaging_SealedWithWax. | ||
| EE61 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. | ||
| Prev: EE53 | Up: Map | Next: EE64 |