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 | Attempt to make yellow buildable, part 7. (diff) | |
| download | pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.tar.gz pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.tar.xz pokeyellow-aaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c.zip | |
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 |
