diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 16:42:07 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 16:42:07 -0400 |
commit | aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c (patch) | |
tree | 7cdeb6180eb7eedd98231250e05aa0c41c3f9636 /home/play_time.asm | |
parent | 19c517bca455c10e7cba6699084b8cbeb8cc8137 (diff) |
Fix typos up to end of home/audio.asm
Diffstat (limited to 'home/play_time.asm')
-rw-r--r-- | home/play_time.asm | 2 |
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 |