From 8019db3ea98ee60d3e6675431e07819b83daf04c Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 17 Jun 2020 10:39:17 -0400 Subject: Harmonize engine/{gfx, items, link, math} with pokegold --- engine/rtc/print_hours_mins.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/rtc') diff --git a/engine/rtc/print_hours_mins.asm b/engine/rtc/print_hours_mins.asm index f4abc0c1b..6dd8daf18 100644 --- a/engine/rtc/print_hours_mins.asm +++ b/engine/rtc/print_hours_mins.asm @@ -4,7 +4,7 @@ Unreferenced_Function1dd6a9: ld c, a push bc push de - ld hl, sp+$2 + ld hl, sp+2 ld d, h ld e, l pop hl @@ -30,7 +30,7 @@ PrintHoursMins: ld b, a ; Crazy stuff happening with the stack push bc - ld hl, sp+$1 + ld hl, sp+1 push de push hl pop de @@ -42,7 +42,7 @@ PrintHoursMins: inc hl ld d, h ld e, l - ld hl, sp+$0 + ld hl, sp+0 push de push hl pop de -- cgit v1.2.3