SCRAM (Docked)DETOK3 (Docked) Name: BRKBK [Show more] Type: Subroutine Category: Save and load Summary: Set the standard BRKV handler for the game Context: See this subroutine in context in the source code References: This subroutine is called as follows: * BEGIN calls BRKBK * INBAY calls BRKBK * SVE calls BRKBK .BRKBK LDA #LO(BRBR) \ Set BRKV to point to the BRBR routine STA BRKV LDA #HI(BRBR) STA BRKV+1 RTS \ Return from the subroutine [X]Subroutine BRBR (category: Utility routines)The standard BRKV handler for the game [X]Configuration variable BRKV in workspace S%The address of the destination address in the above JMP BRBR instruction. This ensures that any code that updates BRKV will update this instruction instead of the actual vector SCRAM (Docked)DETOK3 (Docked)