From 42d0a2567a574e652aa1b56cd3ddf7f50a7193af Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 5 Oct 2020 20:10:01 -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 5c4c2fdb7..2f5689970 100644 --- a/engine/rtc/print_hours_mins.asm +++ b/engine/rtc/print_hours_mins.asm @@ -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 diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index c511827b0..9dad2355a 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -196,7 +196,7 @@ DisplayHourOClock: pop hl ret -Function907f1: ; unreferenced +DisplayHoursMinutesWithMinString: ; unreferenced ld h, d ld l, e push hl -- cgit v1.2.3