.BRP JSR DETOK_b2 ; Print the extended token in A JSR FadeToBlack_b3 ; Fade the screen to black over the next four VBlanks .BAYSTEP JMP BAY ; Jump to BAY to go to the docking bay (i.e. show the ; Status Mode screen) and return from the subroutine ; using a tail callName: BRP [Show more] Type: Subroutine Category: Missions Summary: Print an extended token and show the Status Mode screenContext: See this subroutine in context in the source code References: This subroutine is called as follows: * BRIEF calls BRP * BRIEF3 calls BRP * DEBRIEF calls BRP * DEBRIEF2 calls BRP * TBRIEF calls via BAYSTEP
Other entry points: BAYSTEP Go to the docking bay (i.e. show the Status Mode screen)
[X]
Subroutine BAY (category: Status)
Go to the docking bay (i.e. show the Status Mode screen)
[X]
Subroutine DETOK_b2 (category: Text)
Call the DETOK routine in ROM bank 2
[X]
Subroutine FadeToBlack_b3 (category: Drawing the screen)
Call the FadeToBlack routine in ROM bank 3