summaryrefslogtreecommitdiff
path: root/home/game_time.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-28 20:56:21 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-28 20:56:21 -0500
commit4c35f3ac8506e5f326658bbab91c257584f7b716 (patch)
tree980025fbbc41e001e260a65ed7c035dd6073e864 /home/game_time.asm
parentbb005694b31b6a8cbaeefa8751ea72117e904e02 (diff)
parent82a05a1752b476caab8951fe03f539dcc1a63669 (diff)
Merge branch 'master' of https://github.com/pret/pokecrystal
# Conflicts: # macros/scripts/maps.asm
Diffstat (limited to 'home/game_time.asm')
-rw-r--r--home/game_time.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/game_time.asm b/home/game_time.asm
index 91dd381fc..69ea0099e 100644
--- a/home/game_time.asm
+++ b/home/game_time.asm
@@ -38,7 +38,7 @@ UpdateGameTimer:: ; 20ad
ret nz
; Is the timer paused?
- ld hl, GameTimerPause
+ ld hl, wGameTimerPause
bit 0, [hl]
ret z