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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine/rtc/print_hours_mins.asm') 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 -- cgit v1.2.3