summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/battle/core.asm1
-rw-r--r--hram.asm2
2 files changed, 1 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index d5a7d7073..d8c047e4d 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -7868,7 +7868,6 @@ CalcExpBar:
ld [hld], a
xor a
ld [hl], a
-; multiply by 64
ld a, 64
ldh [hMultiplier], a
call Multiply
diff --git a/hram.asm b/hram.asm
index 805c459bd..737b03de9 100644
--- a/hram.asm
+++ b/hram.asm
@@ -66,7 +66,7 @@ UNION ; ffb3
UNION ; ffb3
; inputs to Multiply
- ds 1
+ ds 1
hMultiplicand:: ds 3 ; ffb4
hMultiplier:: db ; ffb7
NEXTU ; ffb3