diff options
author | yenatch <yenatch@gmail.com> | 2013-11-29 02:29:48 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-29 02:29:48 -0500 |
commit | 72ff6fd0b0a76c66d0ed3fcfb529ab178836ebbc (patch) | |
tree | a2032ca78a9907b898942037d367de6852f1a080 | |
parent | 2ec12a22af7f54b927a51ee9802b7727ca755cdb (diff) |
home/time.asm: fix a label def
-rw-r--r-- | home/time.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/time.asm b/home/time.asm index a9e43647f..b3b7ae3bd 100644 --- a/home/time.asm +++ b/home/time.asm @@ -204,7 +204,7 @@ Function663: ; 663 ld [$d089], a jr Function677 -Function677 +Function677: ; 677 callba Function140ed ret ; 67e |