From b57bafd3b7ca771a51596207105a54784175cb7b Mon Sep 17 00:00:00 2001 From: i0brendan0 Date: Mon, 26 Feb 2018 02:34:25 -0600 Subject: [PATCH] revert --- engine/battle/effect_commands.asm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 12915038c..48efba8fa 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -9708,11 +9708,6 @@ BattleCommand_ThunderAccuracy: ; 37d94 CheckHiddenOpponent: ; 37daa ; BUG: This routine should account for Lock-On and Mind Reader. -; Uncomment the lines below to fix. - ; ld a, BATTLE_VARS_SUBSTATUS5_OPP - ; call GetBattleVar - ; and 1 << SUBSTATUS_LOCK_ON - ; ret z ld a, BATTLE_VARS_SUBSTATUS3_OPP call GetBattleVar and 1 << SUBSTATUS_FLYING | 1 << SUBSTATUS_UNDERGROUND