Replace $0 with 0 for "ld l, a / ld h, 0" idiom
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user