Skip to navigation


Drawing the screen: TT66

[Elite-A, Encyclopedia]

Name: TT66 [Show more] Type: Subroutine Category: Drawing the screen Summary: Clear the screen and set the current view type
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * controls calls TT66 * equip_data calls TT66 * menu calls TT66 * MT9 calls TT66 * ships_ag calls TT66 * TT22 calls TT66 * TT23 calls TT66 * TT25 calls TT66

Clear the top part of the screen, draw a white border, and set the current view type in QQ11 to A.
Arguments: A The type of the new current view (see QQ11 for a list of view types)
.TT66 STA QQ11 \ Set the current view type in QQ11 to A \ Fall through into TTX66 to clear the screen and draw a \ white border