.BRIS LDA #216 ; Print extended token 216 ("{clear screen}{tab 6}{move JSR DETOK ; to row 10, white, lower case}{white}{all caps}INCOMING ; MESSAGE" JSR UpdateViewWithFade ; Update the view, fading the screen to black first if ; required LDY #100 ; Wait for 100/50 of a second (2 seconds) and return JMP DELAY ; from the subroutine using a tail callName: BRIS [Show more] Type: Subroutine Category: Missions Summary: Clear the screen, display "INCOMING MESSAGE" and wait for 2 secondsContext: See this subroutine in context in the source code References: This subroutine is called as follows: * JMTB calls BRIS
[X]
Subroutine DELAY (category: Utility routines)
Wait until a specified number of NMI interrupts have passed (i.e. a specified number of VBlanks)
[X]
Subroutine DETOK (category: Text)
Print an extended recursive token from the TKN1 token table
[X]
Subroutine UpdateViewWithFade (category: Drawing the screen)
Fade the screen to black, if required, hide all sprites and update the view