You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user