From 99e66c25577e367d6c7ca75fea8b466b54c3317a Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 23 Dec 2020 16:29:30 -0500 Subject: Rename some labels - Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 --- 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 635f97ddf..476236b23 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -683,8 +683,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