adc a, 0 → adc 0; fix comments

This commit is contained in:
Rangi
2018-05-20 17:55:27 -04:00
parent 9afacc7842
commit 846e3e65de
3 changed files with 7 additions and 7 deletions

View File

@@ -1775,7 +1775,7 @@ Music_Vibrato: ; e8882
swap a
srl a ; halve
ld e, a
adc a, 0; round up
adc 0 ; round up
swap a
or e
ld [hl], a