Prev: C3E4 Up: Map Next: C3F1
C3EA: Handler: Destroy Item/ Event
Updates a given item/ event ID so it's then "inactive" (has a location ID of 00).
Input
A Item/ event ID
Handler_DestroyItemEvent C3EA LD B,A Load the item/ event ID into B.
C3EB LD C,$00 Set the room ID to 00 which will deactivate the item/ event.
C3ED CALL Handler_UpdateObjectLocation Call Handler_UpdateObjectLocation.
C3F0 RET Return.
Prev: C3E4 Up: Map Next: C3F1