Replace $0 with 0 for "ld l, a / ld h, 0" idiom

This commit is contained in:
Rangi
2020-11-09 15:17:03 -05:00
parent 03e149e559
commit 17894e5f39
42 changed files with 160 additions and 160 deletions

View File

@@ -343,7 +343,7 @@ Gen2ToGen2LinkComms:
jr z, .start_copying_mail
ld hl, wcc4a
dec a
ld b, $0
ld b, 0
ld c, a
add hl, bc
ld [hl], SERIAL_NO_DATA_BYTE