Skip to navigation

Elite on the BBC Micro and NES

Missions: BRIEF2

[NES version, Bank 0]

Name: BRIEF2 [Show more] Type: Subroutine Category: Missions Summary: Start mission 2 Deep dive: The Thargoid Plans mission
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * DOENTRY calls BRIEF2
.BRIEF2 LDA TP ; Set bit 2 of TP to indicate mission 2 is in progress ORA #%00000100 ; but plans have not yet been picked up STA TP LDA #11 ; Print extended token 11, which is the initial contact JSR DETOK_b2 ; at the start of mission 2, asking us to head for ; Ceerdi for a mission briefing JSR UpdateView ; Update the view 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