diff options
author | Mr Wint <MrWint42@gmail.com> | 2013-10-02 06:53:35 +0200 |
---|---|---|
committer | Mr Wint <MrWint42@gmail.com> | 2013-10-02 06:53:35 +0200 |
commit | c666d1014aef2b7fb421c9f8bd36714e73da8d3c (patch) | |
tree | bdb8aef3db2ffcef513c0ce5383969f1d6e1b8cb /home/time.asm | |
parent | c5ff1606f0d20175ae24ae2bbd61a4255e050d48 (diff) |
* make jumps and calls use labels
Diffstat (limited to 'home/time.asm')
-rw-r--r-- | home/time.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/time.asm b/home/time.asm index f767dad04..a9e43647f 100644 --- a/home/time.asm +++ b/home/time.asm @@ -194,6 +194,7 @@ Function658: ; 658 ld [$d089], a jr Function677 +Function663: ; 663 call UpdateTime ld a, [hHours] ld [$d087], a |