Skip to content

Commit

Permalink
Fix bug where difficulty was printed multiple times when a mission wa…
Browse files Browse the repository at this point in the history
…s restarted
  • Loading branch information
Rampastring committed Jan 31, 2024
1 parent 9375c5a commit 7f543e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/briefing_screen_mission_start.asm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ hack 0x005DB49C
; Print difficulty
pushad

mov byte [DifficultyDisplayBuf], 0 ; clear the potential existing string in the difficulty display buffer

cmp byte [DifficultyName], 0
jz .CDifficulty_Diff_Print

Expand Down

0 comments on commit 7f543e6

Please sign in to comment.