Comment on the CooltrainerFAI bug

Fixes #308
This commit is contained in:
Rangi 2021-11-03 17:07:08 -04:00
parent e4845d3d31
commit 2ee8ce26da

View file

@ -342,7 +342,10 @@ CooltrainerMAI:
jp AIUseXAttack jp AIUseXAttack
CooltrainerFAI: CooltrainerFAI:
; The intended 25% chance to consider switching will not apply.
; Uncomment the line below to fix this.
cp 25 percent + 1 cp 25 percent + 1
; ret nc
ld a, 10 ld a, 10
call AICheckIfHPBelowFraction call AICheckIfHPBelowFraction
jp c, AIUseHyperPotion jp c, AIUseHyperPotion