From c65325491dd02e43d01ec0673fad2e99f6e61663 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 30 Nov 2021 18:57:04 +0100 Subject: [PATCH] Fix Berserk Gene confusion count in docs/bugs_and_glitches.md Thanks to Major_Agnostic#4555 and Idain#2857 --- docs/bugs_and_glitches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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