![]() |
Routines |
Prev: 44762 | Up: Map | Next: 44775 |
Updates a given item/ event ID so it's then "inactive" (has a location ID of 0).
|
||||||||
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 |