diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-07-27 12:06:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 12:06:46 -0400 |
commit | 7641ce9babf2604fdca74bd75360d53ea5b31266 (patch) | |
tree | f282f0da6683891eed5073d2312a6218069861b5 /engine/battle/effect_commands.asm | |
parent | 748d4249805c19399b3c72c0f60d0f1a6ffe43ad (diff) | |
parent | 0aac0f9cfc5bc95b378d0c33cb047f136cd361b7 (diff) |
Merge pull request #545 from mid-kid/master
bugs_and_glitches fixes
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 bb98badca..bc578ea6f 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -6684,7 +6684,7 @@ INCLUDE "engine/battle/move_effects/future_sight.asm" INCLUDE "engine/battle/move_effects/thunder.asm" CheckHiddenOpponent: -; BUG: This routine should account for Lock-On and Mind Reader. +; BUG: This routine is completely redundant and introduces a bug, since BattleCommand_CheckHit does these checks properly. ld a, BATTLE_VARS_SUBSTATUS3_OPP call GetBattleVar and 1 << SUBSTATUS_FLYING | 1 << SUBSTATUS_UNDERGROUND |