Fix the message to print the right player number when there is a high score.

This commit is contained in:
Jeremy Rand 2021-01-14 23:18:52 -05:00
parent 384a9ea233
commit 230d1f344c
1 changed files with 6 additions and 0 deletions

View File

@ -553,7 +553,13 @@ checkHighScore_saveHighScore anop
_overwriteGameTile TILE_LETTER_E
_overwriteGameTile TILE_LETTER_R
_overwriteGameTile TILE_EMPTY
lda playerNum
beq checkHighScore_printPlayer1
_overwriteGameTile TILE_NUMBER_2
bra checkHighScore_donePrintingPlayer
checkHighScore_printPlayer1 anop
_overwriteGameTile TILE_NUMBER_1
checkHighScore_donePrintingPlayer anop
_overwriteGameTile TILE_EMPTY
_overwriteGameTile TILE_EMPTY
_overwriteGameTile TILE_EMPTY