.DEATH2 JSR RES2 \ Reset a number of flight variables and workspaces \ and fall through into the entry code for the game \ to restart from the title screen \ --- Mod: Code removed for Elite-A: ------------------> \JSR CATD \ Call CATD to reload the disc catalogue \ \BNE INBAY \ Jump to INBAY to load the docked code (this BNE is \ \ effectively a JMP) \ --- And replaced by: --------------------------------> BMI INBAY \ Jump to INBAY to load the docked code (this BMI is \ effectively a JMP) \ --- End of replacement ------------------------------>Name: DEATH2 [Show more] Type: Subroutine Category: Start and end Summary: Reset most of the game and restart from the title screenContext: See this subroutine in context in the source code References: This subroutine is called as follows: * DEATH calls DEATH2 * DK4 calls DEATH2
This routine is called following death, and when the game is quit by pressing ESCAPE when paused.
[X]
Subroutine INBAY (category: Loader)
Load and run the main docked code in 1.D
[X]
Subroutine RES2 (category: Start and end)
Reset a number of flight variables and workspaces