![]() |
Routines |
Prev: 44791 | Up: Map | Next: 44817 |
Used by the routines at GameEventsProcessor, Handler_DestroyItemEvent, Handler_UpdateItemEventCurrentRoom, ScenicEventTriggered, TransformItem, MovePlayerToRoom, Event_WomanGuidesThroughSwamp_North, Event_WomanGuidesThroughSwamp_East, Event_WomanGuidesThroughSwamp_South, Event_WomanGuidesThroughSwamp_East_2, Handler_PickUpItem, Handler_DropItem and Process_GetAcorns.
|
||||||||||
Handler_UpdateItemLocation | 44808 | LD HL,42604 | HL=Table_ItemEventLocations. | |||||||
44811 | LD D,0 | Load the item ID into DE. | ||||||||
44813 | LD E,B | |||||||||
44814 | ADD HL,DE | Add the item ID to Table_ItemEventLocations. | ||||||||
44815 | LD (HL),C | Update the table with the new room ID in C. | ||||||||
44816 | RET | Return. |
Prev: 44791 | Up: Map | Next: 44817 |