Skip to navigation

Elite on the BBC Micro and NES

Missions: BRP

[NES version, Bank 0]

Name: BRP [Show more] Type: Subroutine Category: Missions Summary: Print an extended token and show the Status Mode screen
Context: 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)
.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 call