Prev: 61514 Up: Map Next: 61536
61519: Process: Buy Meat From Trader
Process_BuyMeatFromTrader 61519 LD A,60 Call ValidateItemPresent with item 60: "A trader,selling some meat".
61521 CALL ValidateItemPresent
Print "You can't." if "A trader,selling some meat" is not present in the current room.
61524 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?".
61527 LD HL,56477 HL=Messaging_WhatWith.
61530 CALL PrintStringAndNewline Call PrintStringAndNewline.
Print "Please be more specific.".
61533 JP Response_PleaseBeMoreSpecific_Duplicate Jump to Response_PleaseBeMoreSpecific_Duplicate.
Prev: 61514 Up: Map Next: 61536