Save game and clear board menu cursor position during game menu (#17)

This commit is contained in:
xCrystal
2023-10-07 19:08:54 +02:00
parent da956ed7e4
commit 917db30e98
10 changed files with 13 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ GameTimer::
ret nz
; Is the timer paused?
ld hl, wGameTimerPaused
ld hl, wGameTimer
bit GAME_TIMER_COUNTING_F, [hl]
ret z