diff options
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] |