Prev: C8AF Up: Map Next: C8C6
C8BE: Test Object Has Special Description
Used by the routines at ProcessDisplayAction and GetObjectMotherID.
Input
A Object ID
Output
F Zero flag set if object has special description (bit 6 is set)
TestObjectHasSpecialDescription C8BE CALL FetchObjectDataPointer Call FetchObjectDataPointer to load the object data pointer.
C8C1 BIT 6,(IX+$05) Test bit 6 of *IX+05 (special description flag).
C8C5 RET Return.
Prev: C8AF Up: Map Next: C8C6