Skip to navigation


3D objects: SetObjectStatus

Name: SetObjectStatus [Show more] Type: Subroutine Category: 3D objects Summary: Set an object's status byte
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * SetObjectDetails calls SetObjectStatus

Arguments: A The object status byte Y The number of the object
.SetObjectStatus STA objectStatus,Y \ Set object Y's status byte to the value in A RTS \ Return from the subroutine