diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 10:26:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 10:26:10 -0400 |
commit | e3f07b9612503374342ba2c3c9af43e3b9882492 (patch) | |
tree | 6498f77448ed1f5f80e030acb20d501792d5ec7d | |
parent | ffbca4d5f3445326f1951ce20d6cee6e03cb3a70 (diff) |
Undo incorrect comment
-rw-r--r-- | engine/battle/effect_commands.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 4b16e05f1..c3e913cf3 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -1109,7 +1109,6 @@ CheckMimicUsed: cp MIMIC jr z, .mimic -; pointless addition ld b, 0 add hl, bc ld a, [hl] |