shithub: pokecrystal

Download patch

ref: 0e1445b7963aad0017af79a7f453882cdb442654
parent: f8bebd4d2705c7f7dec2e1e9441b1748c3a9477d
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Aug 26 12:15:43 EDT 2018

spaces->tab, and remove redundant comment

--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -7868,7 +7868,6 @@
 	ld [hld], a
 	xor a
 	ld [hl], a
-; multiply by 64
 	ld a, 64
 	ldh [hMultiplier], a
 	call Multiply
--- a/hram.asm
+++ b/hram.asm
@@ -66,7 +66,7 @@
 
 UNION ; ffb3
 ; inputs to Multiply
-    ds 1
+	ds 1
 hMultiplicand:: ds 3 ; ffb4
 hMultiplier::   db   ; ffb7
 NEXTU ; ffb3