![]()  | 
Routines | 
| Prev: F04A | Up: Map | Next: F060 | 
| 
 | 
||||
| Process_BuyMeatFromTrader | F04F | LD A,$3C | Call ValidateItemPresent with item 3C: "A trader,selling some meat". | |
| F051 | CALL ValidateItemPresent | |||
| 
 
Print "You can't." if "A trader,selling some meat" is not present in the current room.
 
 | 
||||
| F054 | JP NZ,Response_YouCant_Duplicate | Jump to Response_YouCant_Duplicate if "A trader,selling some meat" is not present in the current room. | ||
| 
 
Print "What with?".
 
 | 
||||
| F057 | LD HL,$DC9D | HL=Messaging_WhatWith. | ||
| F05A | CALL PrintStringAndNewline | Call PrintStringAndNewline. | ||
| 
 
Print "Please be more specific.".
 
 | 
||||
| F05D | JP Response_PleaseBeMoreSpecific_Duplicate | Jump to Response_PleaseBeMoreSpecific_Duplicate. | ||
| Prev: F04A | Up: Map | Next: F060 |