Identify some more unnamed labels
This commit is contained in:
@@ -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
|
||||
|
@@ -196,7 +196,7 @@ DisplayHourOClock:
|
||||
pop hl
|
||||
ret
|
||||
|
||||
Function907f1: ; unreferenced
|
||||
DisplayHoursMinutesWithMinString: ; unreferenced
|
||||
ld h, d
|
||||
ld l, e
|
||||
push hl
|
||||
|
Reference in New Issue
Block a user