summaryrefslogtreecommitdiff
path: root/home/game_time.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-28 13:35:26 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-28 14:39:52 -0400
commitb47bfbd813cc7981ff3b99baa7913933f28d67b9 (patch)
tree0fea9afdc675ac7381e661f6fd344c55dcb32374 /home/game_time.asm
parent9483cf47dd62d3c513dade49747e868f49f0e374 (diff)
Identify more WRAM labels, and start a <X>_DummyFunction label convention
Diffstat (limited to 'home/game_time.asm')
-rw-r--r--home/game_time.asm4
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?