summaryrefslogtreecommitdiff
path: root/home/game_time.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-10 15:14:41 -0800
committeryenatch <yenatch@gmail.com>2015-02-10 15:14:41 -0800
commitc07ed74a5dbdf7ce684ec02b546862bbcc582f5f (patch)
tree0b6248dc338caa0970dddbac4c96a8c58f2501d5 /home/game_time.asm
parent62b473d6c65a50134dda1511351fcab2cf476cf7 (diff)
Blind wram labels part 4.
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 23f0cfe63..94539cd6a 100644
--- a/home/game_time.asm
+++ b/home/game_time.asm
@@ -33,7 +33,7 @@ UpdateGameTimer:: ; 20ad
; Don't update if game logic is paused.
- ld a, [$c2cd]
+ ld a, [wc2cd]
and a
ret nz