summaryrefslogtreecommitdiff
path: root/home/play_time.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/play_time.asm')
-rw-r--r--home/play_time.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/play_time.asm b/home/play_time.asm
index 3d605a57..7b34491e 100644
--- a/home/play_time.asm
+++ b/home/play_time.asm
@@ -39,8 +39,8 @@ TrackPlayTime: ; 1ef5 (0:1ef5)
set 0, [hl]
.maxIGT
ld a, 59
- ld [W_PLAYTIMEMINUTES + 1], a
ld [W_PLAYTIMESECONDS], a
+ ld [W_PLAYTIMEMINUTES + 1], a
ld a, $ff
ld [W_PLAYTIMEHOURS + 1], a
ld [W_PLAYTIMEMINUTES], a