![]() |
Routines |
Prev: C3D0 | Up: Map | Next: C3EA |
Used by the routines at Event_Match, Action_Take, Action_DropThrow, Action_Kill, Action_Shooting, Action_Eat, Action_Drink, Action_Wear, Action_LightStrike and Action_Unlock.
|
||||||||||||
The ObjectEventLocator routine returns with A containing the room ID of the requested object.
|
||||||||||||
CheckObjectInInventory | C3E4 | CALL ObjectEventLocator | Call ObjectEventLocator. | |||||||||
C3E7 | CP $01 | Compare A with 01 (inventory). | ||||||||||
C3E9 | RET | Return. |
Prev: C3D0 | Up: Map | Next: C3EA |