Prev: 44762 Up: Map Next: 44775
44768: Handler: Destroy Item/ Event
Used by the routines at 59915, 59972, 60378, 60606, 60981, 62138, 62380 and 63485.
Updates a given item/ event ID so it's then "inactive" (has a location ID of 0).
Input
A Item/ event ID
Handler_DestroyItemEvent 44768 LD B,A Load the item/ event ID into B.
44769 LD C,0 Set the room ID to 0 which will deactivate the item/ event.
44771 CALL 44808 Call 44808.
44774 RET Return.
Prev: 44762 Up: Map Next: 44775