![]() |
Routines |
Prev: F544 | Up: Map | Next: F5F9 |
|
||||
Process_BuyMeatFromTraderWithSalt | F5EB | LD A,$3C | Call ValidateItemPresent with item 3C: "A trader,selling some meat". | |
F5ED | CALL ValidateItemPresent | |||
If "A trader,selling some meat" is not present in the current room then print "You can't.".
|
||||
F5F0 | JP NZ,Response_YouCant_Duplicate | Jump to Response_YouCant_Duplicate if "A trader,selling some meat" is not present in the current room. | ||
Print "He's not interested.".
|
||||
F5F3 | LD HL,$DCA8 | HL=Messaging_HesNotInterested. | ||
F5F6 | JP $ED6D | Jump to ED6D. |
Prev: F544 | Up: Map | Next: F5F9 |