From ffbca4d5f3445326f1951ce20d6cee6e03cb3a70 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 15 Jun 2020 08:43:40 -0400 Subject: [PATCH] Adding 0 is pointless in CheckMimicUsed --- engine/battle/effect_commands.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 31ab1dd3e..4b16e05f1 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -1108,7 +1108,8 @@ CheckMimicUsed: call GetBattleVar cp MIMIC jr z, .mimic -; + +; pointless addition ld b, 0 add hl, bc ld a, [hl]