.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 callName: BRIEF2 [Show more] Type: Subroutine Category: Missions Summary: Start mission 2 Deep dive: The Thargoid Plans missionContext: See this subroutine in context in the source code References: This subroutine is called as follows: * DOENTRY calls BRIEF2
[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 UpdateView (category: Drawing the screen)
Update the view