Prev: A635 Up: Map Next: A642
A63B: Handler: Destroy Item/ Event
Used by the routine at AA5F.
Updates a given item/ event ID so it's then "inactive" (has a location ID of 00).
Input
A Item/ event ID
Set the item ID and location (which will be 00 to deactivate it).
Handler_DestroyItemEvent A63B LD B,A Load the item/ event ID into B.
A63C LD C,$00 Set the room ID to 00 which will deactivate the item/ event.
A63E CALL Handler_UpdateItemLocation Call Handler_UpdateItemLocation.
A641 RET Return.
View the equivalent code in;
Prev: A635 Up: Map Next: A642