diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 41411100a..99d9c133a 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -323,9 +323,9 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing set SUBSTATUS_CONFUSED, [hl] + ldh a, [hBattleTurn] + and a -+ ld hl, wEnemyConfuseCount -+ jr z, .set_confuse_count + ld hl, wPlayerConfuseCount ++ jr z, .set_confuse_count ++ ld hl, wEnemyConfuseCount +.set_confuse_count + call BattleRandom + and %11