.BRKBK LDA #LO(BRBR) \ Set BRKV to point to the BRBR routine STA BRKV LDA #HI(BRBR) STA BRKV+1 RTS \ Return from the subroutineName: BRKBK [Show more] Type: Subroutine Category: Save and load Summary: Set the standard BRKV handler for the gameContext: See this subroutine in context in the source code References: This subroutine is called as follows: * DOENTRY calls BRKBK
[X]
Subroutine BRBR (category: Utility routines)
The standard BRKV handler for the game