.TT147 JSR CLYNS ; Clear the bottom two text rows of the upper screen, ; and move the text cursor to the first cleared row LDA #189 ; Print token 29 ("HYPERSPACE ") JSR TT27_b2 JSR TT162 ; Print a space LDA #202 ; Print token 42 ("RANGE") followed by a question mark JSR prq JMP DrawScreenInNMI ; Configure the NMI handler to draw the screen, ; returning from the subroutine using a tail callName: TT147 [Show more] Type: Subroutine Category: Flight Summary: Print an error when a system is out of hyperspace rangeContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
Print "RANGE?" for when the hyperspace distance is too far
[X]
Subroutine CLYNS (category: Drawing the screen)
Clear the bottom two text rows of the visible screen
[X]
Subroutine DrawScreenInNMI (category: Drawing the screen)
Configure the NMI handler to draw the screen
[X]
Subroutine TT162 (category: Text)
Print a space
[X]
Subroutine TT27_b2 (category: Text)
Call the TT27 routine in ROM bank 2
[X]
Subroutine prq (category: Text)
Print a text token followed by a question mark