.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 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)Name: DEATH2 [View in context] Type: Subroutine Category: Start and end Summary: Reset most of the game and restart from the title screen
[X]
Configuration variable: CATD = &0D7A
The address of the CATD routine that is put in place by the third loader, as set in elite-loader3.asm
[X]
Subroutine INBAY (category: Loader)
Load and run the main docked code in T.CODE
[X]
Subroutine RES2 (category: Start and end)
Reset a number of flight variables and workspaces