![]()  | 
Routines | 
| Prev: 61693 | Up: Map | Next: 61748 | 
| 
 | 
||||
| Process_GiveSaltToWarrior | 61734 | LD A,25 | Load item 25: "Some salt" into A. | |
| 
 
This entry point is used by the routines at Process_GiveIronToGuardOrDruid, Process_GiveHelmetToGuardOrDruid and Process_GiveSilverToDruid.
 
 | 
||||
| Response_HeDoesntWantIt | 61736 | CALL IsPlayerCarryingItem | Call IsPlayerCarryingItem with the item passed inĀ A. | |
| 61739 | CALL DropItem | Call DropItem. | ||
| 
 
Print "He doesn't want it.
He's dropped it.".
 
 | 
||||
| 61742 | LD HL,54517 | HL=Messaging_HeDoesntWantIt. | ||
| 61745 | JP PrintStringAndNewline_Duplicate | Jump to PrintStringAndNewline_Duplicate. | ||
| Prev: 61693 | Up: Map | Next: 61748 |