From 524f57703fb362dd9a131edb1eb5aebad5ffe633 Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 23 Dec 2020 16:46:49 -0500 Subject: Rename some labels - Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" --- engine/rtc/timeset.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/rtc') diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index f1ff8544..7e012f49 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -680,8 +680,8 @@ PrintHour: inc hl pop bc call AdjustHourForAMorPM - ld [wDeciramBuffer], a - ld de, wDeciramBuffer + ld [wTextDecimalByte], a + ld de, wTextDecimalByte call PrintTwoDigitNumberLeftAlign ret -- cgit v1.2.3