minor formatting fix in CountSetBits

This commit is contained in:
Bryan Bishop 2012-05-30 21:21:56 -05:00
parent 5693487f9a
commit 723e49531e

View File

@ -278,7 +278,7 @@ CountSetBits: ; 0x335f
dec d
jr nz, .innerLoop\@
dec b
jr nz, .loop\@ ; 0x336f $f0
jr nz, .loop\@
ld a, c
ld [$d265], a
ret