diff options
Diffstat (limited to 'home/game_time.asm')
-rw-r--r-- | home/game_time.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/game_time.asm b/home/game_time.asm index b0039952..33d7bcc1 100644 --- a/home/game_time.asm +++ b/home/game_time.asm @@ -20,8 +20,8 @@ GameTimer:: ret nz ; Is the timer paused? - ld hl, wGameTimerPause - bit GAMETIMERPAUSE_TIMER_PAUSED_F, [hl] + ld hl, wGameTimerPaused + bit GAME_TIMER_PAUSED_F, [hl] ret z ; Is the timer already capped? |