Make reviewed fixes; standardize on " + "

This commit is contained in:
Rangi
2018-07-29 01:40:23 -04:00
parent 8498394701
commit c9cb67141b
9 changed files with 17 additions and 17 deletions

View File

@@ -2422,7 +2422,7 @@ _PlayCry::
add hl, bc
ld a, [wCryLength]
ld [hli], a
ld a, [wCryLength+1]
ld a, [wCryLength + 1]
ld [hl], a
.start
call StartChannel