![]()  | 
Routines | 
| Prev: 61017 | Up: Map | Next: 61043 | 
| 
 | 
||||
| 
 
Are any of the variations of the helmet in the current room/ players inventory?
 
 | 
||||
| Process_ExamineHelmet | 61028 | LD HL,58219 | Call CheckItemGroupPresent with Data_ItemGroup_Helmet. | |
| 61031 | CALL CheckItemGroupPresent | |||
| 
 
The player wants to examine the helmet but is it in their inventory?
 
 | 
||||
| 61034 | CALL IsPlayerCarryingItem | Call IsPlayerCarryingItem. | ||
| 
 
Print "It is the helmet of the god,Lug.".
 
 | 
||||
| 61037 | LD HL,53308 | HL=Messaging_HelmetOfGodlug. | ||
| 61040 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. | ||
| Prev: 61017 | Up: Map | Next: 61043 |