Rename some routines to avoid conflicts when removing "Special_" prefixes

This commit is contained in:
Rangi
2018-01-24 11:12:02 -05:00
parent 505a6595bc
commit 132fe46925
24 changed files with 76 additions and 76 deletions

View File

@@ -187,14 +187,14 @@ FixTime:: ; 61d
ret
; 658
SetTimeOfDay:: ; 658
InitTimeOfDay:: ; 658
xor a
ld [StringBuffer2], a
ld a, $0 ; useless
ld [StringBuffer2 + 3], a
jr InitTime
SetDayOfWeek:: ; 663
InitDayOfWeek:: ; 663
call UpdateTime
ld a, [hHours]
ld [StringBuffer2 + 1], a