summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-19 19:04:56 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-19 19:04:56 -0500
commit2fa1e97aebdb23445355a74ca7f49787508f4f0d (patch)
tree5fa7df94dbb49884ba2ce53e1d3f510527c91419 /battle/effect_commands.asm
parent17058aaec275675dd128bdcb65055c2710400b97 (diff)
Document two more bugs
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index b49cb2e3d..57e4c574f 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -9765,6 +9765,7 @@ BattleCommand_ThunderAccuracy: ; 37d94
CheckHiddenOpponent: ; 37daa
+; BUG: This routine should account for Lock-On and Mind Reader.
ld a, BATTLE_VARS_SUBSTATUS3_OPP
call GetBattleVar
and 1 << SUBSTATUS_FLYING | 1 << SUBSTATUS_UNDERGROUND