Prev: EDA6 Up: Map Next: EDB8
EDB2: Handler: Check Player Inventory And Pick Up Item
Helper routine to check if the conditions are good for picking up an item and then jumping to the pick up item handler.
Input
A Item ID
Handler_CheckPlayerInventory_PickUpItem EDB2 CALL Check_PlayerInventory Call Check_PlayerInventory.
EDB5 JP Handler_PickUpItem Jump to Handler_PickUpItem.
Prev: EDA6 Up: Map Next: EDB8