Prev: EF2A Up: Map Next: EF49
EF38: Process: Get Meat
The player wants to pick up the meat, check which version of it is in the current room.
Process_GetMeat EF38 LD HL,$E396 Call CheckItemGroupPresent with Data_ItemGroup_Meat.
EF3B CALL CheckItemGroupPresent
EF3E CP $3C Jump to Handler_CheckPlayerInventory_PickUpItem if the meat state in the current room is not "A trader,selling some meat".
EF40 JP NZ,Handler_CheckPlayerInventory_PickUpItem
Print "The trader snatches it back, angrily.".
Process_TakeMeatFromTrader EF43 LD HL,$D245 HL=Messaging_TraderSnatchesItBack.
EF46 JP PrintStringAndNewline_Duplicate Jump to PrintStringAndNewline_Duplicate.
Prev: EF2A Up: Map Next: EF49