summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2012-05-30 21:21:56 -0500
committerBryan Bishop <kanzure@gmail.com>2012-05-30 21:21:56 -0500
commit723e49531e553a4180bd84ba90de1b5a61be751b (patch)
tree166cc11f387177af6bc19a192577750b6e95d1b9 /main.asm
parent5693487f9a934cff68537b5fa5d5479ed03a5827 (diff)
minor formatting fix in CountSetBits
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 21443a2e2..5abc0839b 100644
--- a/main.asm
+++ b/main.asm
@@ -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