You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
adc a, 0 → adc 0; fix comments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user