![]() |
Routines |
Prev: 44762 | Up: Map | Next: 44775 |
Used by the routines at Event_Roman, Event_Boar, Event_FurtiveFigure, Event_Rats, Event_Woman, Event_WomanGuidesThroughSwamp_North, Event_WomanGuidesThroughSwamp_East, Event_WomanGuidesThroughSwamp_South, Event_WomanGuidesThroughSwamp_East_2, Event_Druid, 60378, 60606, Process_GetLadder, 61612, Process_BuyMeatFromTraderWithIron, 61817, 61919, 62138, 62649, Process_EatFood, Process_EatMeat, 62788, 63008 and 63485.
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. | ||||||
View the equivalent code in The Jewels Of Babylon.
|
Prev: 44762 | Up: Map | Next: 44775 |