spaces->tab, and remove redundant comment

This commit is contained in:
Rangi 2018-08-26 16:15:43 -04:00
parent f8bebd4d27
commit 0e1445b796
2 changed files with 1 additions and 2 deletions

View File

@ -7868,7 +7868,6 @@ CalcExpBar:
ld [hld], a
xor a
ld [hl], a
; multiply by 64
ld a, 64
ldh [hMultiplier], a
call Multiply

View File

@ -66,7 +66,7 @@ UNION ; ffb3
UNION ; ffb3
; inputs to Multiply
ds 1
ds 1
hMultiplicand:: ds 3 ; ffb4
hMultiplier:: db ; ffb7
NEXTU ; ffb3