summaryrefslogtreecommitdiff
path: root/audio/engine.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-06-04 00:47:16 -0400
committerGitHub <noreply@github.com>2018-06-04 00:47:16 -0400
commitd596a0c83bfbb97bff5cdb5b3bba925d3f798fa1 (patch)
tree5bc4cbdd09186fbdf2f7e2294fdde443ff8900bd /audio/engine.asm
parent53bcd8f46ca4f78381af70f55d03f3180be277de (diff)
parentc7bb2d15cfb32a5e965933b90e0acb497c7bf7b2 (diff)
Merge pull request #514 from Rangi42/master
[Ready to merge] Named constants for sprite movement data bit flags + other minor fixes
Diffstat (limited to 'audio/engine.asm')
-rw-r--r--audio/engine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index 50f2f5843..1560cbd8b 100644
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -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