diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 08:43:40 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 08:43:40 -0400 |
commit | ffbca4d5f3445326f1951ce20d6cee6e03cb3a70 (patch) | |
tree | b60e55b873b3aa4f1eec2a8f0cd264fe612f9e05 /engine/battle/effect_commands.asm | |
parent | 401aa383e2972049210046c0bfd60171f707ae28 (diff) |
Adding 0 is pointless in CheckMimicUsed
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 3 |
1 files changed, 2 insertions, 1 deletions
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] |