.HighlightSaveName LDX #2 ; Set the font style to print in the highlight font STX fontStyle JSR PrintSaveName ; Print the name of the commander file saved in slot A LDX #1 ; Set the font style to print in the normal font STX fontStyle RTS ; Return from the subroutineName: HighlightSaveName [Show more] Type: Subroutine Category: Save and load Summary: Highlight the name of a specific save slotContext: See this subroutine in context in the source code References: This subroutine is called as follows: * MoveInRightColumn calls HighlightSaveName * MoveToLeftColumn calls HighlightSaveName * SVE calls HighlightSaveName
Arguments: A The save slot number to highlight
[X]
Subroutine PrintSaveName (category: Save and load)
Print the name of a specific save slot