summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-08-26 16:15:43 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-08-26 16:15:43 -0400
commit0e1445b7963aad0017af79a7f453882cdb442654 (patch)
treeb26677ea14f1b309ad1fb9a9a29f25ebd34fe21a
parentf8bebd4d2705c7f7dec2e1e9441b1748c3a9477d (diff)
spaces->tab, and remove redundant comment
-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