mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Fix Berserk Gene confusion count in docs/bugs_and_glitches.md
Thanks to Major_Agnostic#4555 and Idain#2857
This commit is contained in:
parent
9042b8f83d
commit
c65325491d
@ -323,9 +323,9 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing
|
|||||||
set SUBSTATUS_CONFUSED, [hl]
|
set SUBSTATUS_CONFUSED, [hl]
|
||||||
+ ldh a, [hBattleTurn]
|
+ ldh a, [hBattleTurn]
|
||||||
+ and a
|
+ and a
|
||||||
+ ld hl, wEnemyConfuseCount
|
|
||||||
+ jr z, .set_confuse_count
|
|
||||||
+ ld hl, wPlayerConfuseCount
|
+ ld hl, wPlayerConfuseCount
|
||||||
|
+ jr z, .set_confuse_count
|
||||||
|
+ ld hl, wEnemyConfuseCount
|
||||||
+.set_confuse_count
|
+.set_confuse_count
|
||||||
+ call BattleRandom
|
+ call BattleRandom
|
||||||
+ and %11
|
+ and %11
|
||||||
|
Loading…
Reference in New Issue
Block a user