summaryrefslogtreecommitdiff
path: root/engine/rtc
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-09 15:17:03 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-09 15:20:40 -0500
commit17894e5f39520db2f21452d056c4683915086d8d (patch)
tree935e2d8231b5a73acfb9e648a9e12eff067f11ee /engine/rtc
parent03e149e55933cb9725a5785f21136f9fc3f3cade (diff)
Replace $0 with 0 for "ld l, a / ld h, 0" idiom
Diffstat (limited to 'engine/rtc')
-rw-r--r--engine/rtc/reset_password.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/rtc/reset_password.asm b/engine/rtc/reset_password.asm
index 49c9a122e..585778403 100644
--- a/engine/rtc/reset_password.asm
+++ b/engine/rtc/reset_password.asm
@@ -185,7 +185,7 @@ ClockResetPassword:
.getcurrentdigit
ld a, [wStringBuffer2 + 5]
ld e, a
- ld d, $0
+ ld d, 0
ld hl, wStringBuffer2
add hl, de
ret