Prev: 44762 Up: Map Next: 44775
44768: Handler: Destroy Item/ Event
Input
A Item/ event ID
Set the item ID and location (which will be 0 to deactivate it).
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 Handler_UpdateItemLocation Call Handler_UpdateItemLocation.
44774 RET Return.
View the equivalent code in The Jewels Of Babylon.
Prev: 44762 Up: Map Next: 44775