Identify some more unnamed labels

This commit is contained in:
Rangi
2020-10-05 20:10:01 -04:00
parent 6b7ade66da
commit 42d0a2567a
8 changed files with 33 additions and 27 deletions

View File

@@ -1,9 +1,10 @@
Function1dd6a9: ; unreferenced
; Debug function?
; Input: bc = value, de = destination
ld a, b
ld b, c
ld c, a
push bc
push bc ; de points to this on the stack for PrintNum
push de
ld hl, sp+2
ld d, h

View File

@@ -196,7 +196,7 @@ DisplayHourOClock:
pop hl
ret
Function907f1: ; unreferenced
DisplayHoursMinutesWithMinString: ; unreferenced
ld h, d
ld l, e
push hl