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.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/play_time.asm b/home/play_time.asm
index 8044d15c..47b2a690 100644
--- a/home/play_time.asm
+++ b/home/play_time.asm
@@ -1,4 +1,4 @@
-TrackPlayTime: ; 1ef5 (0:1ef5)
+TrackPlayTime:
call CountDownIgnoreInputBitReset
ld hl, wd47a
bit 0, [hl]
@@ -46,7 +46,7 @@ TrackPlayTime: ; 1ef5 (0:1ef5)
ld [wPlayTimeMaxed], a
ret
-CountDownIgnoreInputBitReset: ; 1f54 (0:1f54)
+CountDownIgnoreInputBitReset:
ld a, [wIgnoreInputCounter]
and a
jr nz, .asm_1f5e