diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-13 18:48:26 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-13 18:48:26 -0400 |
commit | 75035a71a544821de0b397cfd5bacad5cf4da8fd (patch) | |
tree | a6f0321c5bb59c2e5bae7d26d20fe7c8e4ff4e88 /engine/battle/effect_commands.asm | |
parent | 0d683ea0c72c3d86736cd08667f14d6abe5964c3 (diff) |
Label some mobile addresses, and revise some comments
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |