Skip to navigation

Elite on the BBC Micro and NES

Start and end: escape

[Elite-A, Encyclopedia]

Name: escape [Show more] Type: Subroutine Category: Start and end Summary: Load the main docked code so that it shows the docking tunnel
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * BR1 calls escape * DK4 calls escape
\ --- Mod: Code added for Elite-A: --------------------> .escape LDA #0 \ Set the value of KL+1 to 0, so when the main docked STA KL+1 \ loads, we show the docking tunnel and ship hangar JMP INBAY \ Jump to INBAY to load the main docked code \ --- End of added code ------------------------------->