From 0e1445b7963aad0017af79a7f453882cdb442654 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 26 Aug 2018 16:15:43 -0400 Subject: [PATCH] spaces->tab, and remove redundant comment --- engine/battle/core.asm | 1 - hram.asm | 2 +- 2 files changed, 1 insertion(+), 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