.DOBEGIN \ --- Mod: Code removed for Elite-A: ------------------> \JSR DEEOR \ Decrypt the main docked code between &1300 and &5FFF \ --- And replaced by: --------------------------------> LDA #0 \ Call SCRAM to set save_lock to 0 (i.e. this is a new JSR SCRAM \ game) and set the break handler \ --- End of replacement ------------------------------> JMP BEGIN \ Jump to BEGIN to initialise the configuration \ variables and start the gameName: DOBEGIN [Show more] Type: Subroutine Category: Loader Summary: Initialise the configuration variables and start the gameContext: See this subroutine in context in the source code References: This subroutine is called as follows: * S% calls DOBEGIN
[X]
Subroutine BEGIN (category: Loader)
Initialise the configuration variables and start the game
[X]
Subroutine SCRAM (category: Loader)
Set the save_lock variable and break handler