From 10151dd4ebce1a0d7c0c30c8a93f1988345d1c2e Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 5 Oct 2020 20:09:52 -0400 Subject: Identify some more unnamed labels --- engine/rtc/print_hours_mins.asm | 3 ++- engine/rtc/timeset.asm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'engine/rtc') diff --git a/engine/rtc/print_hours_mins.asm b/engine/rtc/print_hours_mins.asm index 149e8cb1..83d23736 100644 --- a/engine/rtc/print_hours_mins.asm +++ b/engine/rtc/print_hours_mins.asm @@ -1,9 +1,10 @@ Function1c0a0d: ; 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 diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index 4cdfc41b..bcf58bad 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -193,7 +193,7 @@ DisplayHourOClock: pop hl ret -Function907ba: ; unreferenced +DisplayHoursMinutesWithMinString: ; unreferenced ld h, d ld l, e push hl -- cgit v1.2.3