mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Consistently use the diff format in bugs_and_glitches
This commit is contained in:
parent
60ffde3752
commit
e43c89bc80
File diff suppressed because it is too large
Load Diff
@ -6684,7 +6684,7 @@ INCLUDE "engine/battle/move_effects/future_sight.asm"
|
|||||||
INCLUDE "engine/battle/move_effects/thunder.asm"
|
INCLUDE "engine/battle/move_effects/thunder.asm"
|
||||||
|
|
||||||
CheckHiddenOpponent:
|
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
|
ld a, BATTLE_VARS_SUBSTATUS3_OPP
|
||||||
call GetBattleVar
|
call GetBattleVar
|
||||||
and 1 << SUBSTATUS_FLYING | 1 << SUBSTATUS_UNDERGROUND
|
and 1 << SUBSTATUS_FLYING | 1 << SUBSTATUS_UNDERGROUND
|
||||||
|
Loading…
Reference in New Issue
Block a user