You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Save game and clear board menu cursor position during game menu (#17)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user