ref: c65325491dd02e43d01ec0673fad2e99f6e61663
parent: 9042b8f83d81c64498e31cc11bd392141d3549a9
author: mid-kid <esteve.varela@gmail.com>
date: Tue Nov 30 13:57:04 EST 2021
Fix Berserk Gene confusion count in docs/bugs_and_glitches.md Thanks to Major_Agnostic#4555 and Idain#2857
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -323,9 +323,9 @@
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