diff options
author | mid-kid <esteve.varela@gmail.com> | 2021-11-30 18:57:04 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2021-11-30 18:57:04 +0100 |
commit | c65325491dd02e43d01ec0673fad2e99f6e61663 (patch) | |
tree | 5f0f2f073bc1cae6a65e1c4140d110551ab9991b | |
parent | 9042b8f83d81c64498e31cc11bd392141d3549a9 (diff) |
Fix Berserk Gene confusion count in docs/bugs_and_glitches.md
Thanks to Major_Agnostic#4555 and Idain#2857
-rw-r--r-- | docs/bugs_and_glitches.md | 4 |
1 files 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 |