Prev: EEE9 Up: Map Next: EF12
EF09: Process: Get Torc
The player wants to pick up the torc, check which version of it is in the current room.
Process_GetTorc EF09 LD HL,$E366 Call CheckItemGroupPresent with Data_ItemGroup_Torc.
EF0C CALL CheckItemGroupPresent
EF0F JP Handler_CheckPlayerInventory_PickUpItem Jump to Handler_CheckPlayerInventory_PickUpItem.
Prev: EEE9 Up: Map Next: EF12