From 7e112672b436afee27f1a5a0d6e7a5964e7829b2 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 11 Jun 2016 17:48:24 -0700 Subject: remove address comments --- home/play_time.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/play_time.asm') 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 -- cgit v1.3.1-sl0p