summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-17 23:29:14 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-17 23:29:14 -0500
commitbc1870e3f499973fd656d37d134e3f9e4757c980 (patch)
treee365d2f35c6c81ed31069825577335ae5d0cebb3 /home/time.asm
parent27ef600ace40671a78f5bb3a71f507e42c175f50 (diff)
Save, Bill's PC
Diffstat (limited to 'home/time.asm')
-rw-r--r--home/time.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/home/time.asm b/home/time.asm
index be7020bda..d7010278e 100644
--- a/home/time.asm
+++ b/home/time.asm
@@ -5,10 +5,10 @@ AskTimer:: ; 591
push af
ld a, [hMobile]
and a
- jr z, .asm_59a
+ jr z, .not_mobile
call Timer
-.asm_59a
+.not_mobile
pop af
reti
; 59c
@@ -190,7 +190,7 @@ FixTime:: ; 61d
Function658:: ; 658
xor a
ld [StringBuffer2], a
- ld a, $0
+ ld a, $0 ; useless
ld [StringBuffer2 + 3], a
jr Function677
@@ -202,7 +202,7 @@ Function663:: ; 663
ld [StringBuffer2 + 2], a
ld a, [hSeconds]
ld [StringBuffer2 + 3], a
- jr Function677
+ jr Function677 ; useless
Function677:: ; 677
callba Function140ed
@@ -211,13 +211,13 @@ Function677:: ; 677
-Function67e:: ; 67e
- call Function685
+PanicResetClock:: ; 67e
+ call .ClearhRTC
call SetClock
ret
; 685
-Function685:: ; 685
+.ClearhRTC ; 685
xor a
ld [hRTCSeconds], a
ld [hRTCMinutes], a