From 230d1f344cf1d190560c50da8324ec019c511818 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Thu, 14 Jan 2021 23:18:52 -0500 Subject: [PATCH] Fix the message to print the right player number when there is a high score. --- BuGS/score.s | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BuGS/score.s b/BuGS/score.s index 0f63838..ccd44d2 100644 --- a/BuGS/score.s +++ b/BuGS/score.s @@ -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