summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
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 90b6ef046..517dd661f 100644
--- a/main.asm
+++ b/main.asm
@@ -2008,7 +2008,7 @@ HealPartyMon: ; c677
ret
ComputeHPBarPixels: ; c699
-; bc * (6 * 8) / de
+; e = bc * (6 * 8) / de
ld a, b
or c
jr z, .zero