Prev: 50148 Up: Map Next: 50161
50154: Handler: Destroy Item/ Event
Updates a given item/ event ID so it's then "inactive" (has a location ID of 0).
Input
A Item/ event ID
Handler_DestroyItemEvent 50154 LD B,A Load the item/ event ID into B.
50155 LD C,0 Set the room ID to 0 which will deactivate the item/ event.
50157 CALL Handler_UpdateObjectLocation Call Handler_UpdateObjectLocation.
50160 RET Return.
Prev: 50148 Up: Map Next: 50161