From aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sun, 9 Aug 2015 16:42:07 -0400 Subject: Fix typos up to end of home/audio.asm --- home/play_time.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/play_time.asm') 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 -- cgit v1.3.1-sl0p