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

@@ -39,7 +39,7 @@ Predef::
ld a, h
ld [wPredefTemp], a
ld a, l
ld [wPredefTemp+1], a
ld [wPredefTemp + 1], a
pop hl
ld a, h