From 75035a71a544821de0b397cfd5bacad5cf4da8fd Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 13 Jun 2020 18:48:26 -0400 Subject: Label some mobile addresses, and revise some comments --- engine/battle/effect_commands.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/effect_commands.asm') diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 266a5073f..31ab1dd3e 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -1543,7 +1543,7 @@ BattleCommand_DamageVariation: call Multiply ; ...divide by 100%... - ld a, $ff ; 100% + ld a, 100 percent ldh [hDivisor], a ld b, $4 call Divide -- cgit v1.2.3